Leadtools.Annotations Namespace > IAnnRulerObject Interface : Precision Property |
int Precision {get; set;}
'Declaration Property Precision As Integer
'Usage Dim instance As IAnnRulerObject Dim value As Integer instance.Precision = value value = instance.Precision
If the ruler length is 135.683 and the precision is 2, the value 135.68 will be displayed.
This property is used only if the ShowLength property is true.