←Select platform

Radius Property

Summary

Gets or sets the radius of this AnnPointObject.

Syntax

C#
VB
C++
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 ); 
} 

Property Value

The radius of this AnnPointObject.

Remarks

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.

Example

For an example, refer to AnnPointObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly