MindFusion.Mapping Programmer's Guide

DecorationBubble.Radius Property

See Also
 






Gets or sets the bubble radius in pixels.

Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf

 Syntax

C#  Copy Code

public int Radius { get; set; }

Visual Basic  Copy Code

Public Property Radius As Integer

 Property Value

An integer value specifying the bubble radius in pixels.

 See Also