Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AnglePrecision Property
See Also 
Leadtools.Windows.Annotations Namespace > IAnnProtractorObject Interface : AnglePrecision Property





Gets or sets the number of digits to the right of the decimal point when displaying the angle of the protractor.

Syntax

Visual Basic (Declaration) 
Overridable Property AnglePrecision As Integer
Visual Basic (Usage)Copy Code
Dim instance As IAnnProtractorObject
Dim value As Integer
 
instance.AnglePrecision = value
 
value = instance.AnglePrecision
C# 
virtual int AnglePrecision {get; set;}
C++/CLI 
virtual property int AnglePrecision {
   int get();
   void set (int value);
}
XAML Syntax 
You cannot use this property in XAML.
XAML Syntax 
You cannot use this property in XAML.

Return Value

The number of digits to display to the right of the decimal point.

Remarks

If the angle is 135.683 degrees and the precision is 2, the value 135.68 will be displayed.

This property is used only if the ShowAngle property is true.


For more information, refer to Using Protractors in WPF Annotation Objects.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

AnglePrecision requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.