LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ArcRadius Property (AnnProtractorObject)

Show in webframe





Gets or sets the arc radius of this AnnProtractorObject.
Syntax
public double ArcRadius {get; set;}
'Declaration
 
Public Property ArcRadius As Double
'Usage
 
Dim instance As AnnProtractorObject
Dim value As Double
 
instance.ArcRadius = value
 
value = instance.ArcRadius

            

            
public:
property double ArcRadius {
   double get();
   void set (    double value);
}

Property Value

The arc radius of this AnnProtractorObject.
Remarks
The center of the arc is CenterPoint for this AnnProtractorObject.
For more information, refer to Using Protractors in WPF Annotation Objects.
Example

For XAML example, refer to AnnProtractorObject.

For C#/VB examples, refer to AnnProtractorObject.

Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.