Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

AnglePrecision Property (IAnnProtractor)






Gets or sets the number of digits to the right of the decimal point when displaying the angle of the protractor.
Syntax
int AnglePrecision {get; set;}
'Declaration
 
Property AnglePrecision As Integer
'Usage
 
Dim instance As IAnnProtractor
Dim value As Integer
 
instance.AnglePrecision = value
 
value = instance.AnglePrecision

            

            
property int AnglePrecision {
   int get();
   void set (    int value);
}

Property 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

See Also

Reference

IAnnProtractor Interface
IAnnProtractor Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features