Leadtools.Windows.Annotations Namespace > IAnnProtractor Interface : AnglePrecision Property |
int AnglePrecision {get; set;}
'Declaration Property AnglePrecision As Integer
'Usage Dim instance As IAnnProtractor Dim value As Integer instance.AnglePrecision = value value = instance.AnglePrecision
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.