←Select platform

Precision Property

Summary

Gets or sets the number of digits to the right of the decimal point when displaying the length of the ruler.

Syntax

C#
VB
C++
public int Precision { get; set; } 
  
Property Precision As Integer 
property int Precision { 
   int get(); 
   void set (    int ); 
} 

Property Value

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

Remarks

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.

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.Annotations Assembly