Gets or sets the radius of this AnnPointObject.
public virtual AnnLength Radius { get; set; }
Public Overridable Property Radius As Leadtools.Annotations.AnnLength
public:
virtual property Leadtools.Annotations.AnnLength Radius {
Leadtools.Annotations.AnnLength get();
void set ( Leadtools.Annotations.AnnLength );
}
The radius of this AnnPointObject.
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 an example, refer to AnnPointObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET