←Select platform

Radius Property

Summary

Gets or sets the radius of this AnnPointObject. This is a dependency property.

Syntax

C#
VB
C++
public double Radius { get; set; } 
  
Public Property Radius As Double 
public: 
property double Radius { 
   double get(); 
   void set (    double ); 
} 

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 XAML example, refer to AnnPointObject.

For C#/VB examples, 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.Windows.Annotations Assembly