←Select platform

ArcRadius Property

Summary

Gets or sets the arc radius of this AnnProtractorObject.

Syntax

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

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

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