Leadtools.Windows.Annotations Namespace > AnnPointObject Class : Radius Property |
public double Radius {get; set;}
'Declaration Public Property Radius As Double
'Usage Dim instance As AnnPointObject Dim value As Double instance.Radius = value value = instance.Radius
public double Radius {get; set;}
get_Radius();
set_Radius(value);
When you create a new AnnPointObject, a default picture will be set in this property.
If the value of ShowPicture is true, the AnnPointObject will draw this picture around CenterPoint.
If the value of ShowPictureis false, the AnnPointObject will use Radius to draw an ellipse around CenterPoint.
For XAML example, refer to AnnPointObject.
For C#/VB examples, refer to AnnPointObject.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2