Leadtools.Annotations Namespace > AnnPointObject Class : Radius Property |
public virtual AnnLength Radius {get; set;}
'Declaration Public Overridable Property Radius As AnnLength
'Usage Dim instance As AnnPointObject Dim value As AnnLength instance.Radius = value value = instance.Radius
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.