Gets and sets the number of decimal places to show for the ruler annotation length.
public int Precision {get; set;}
public: __property int get_Precision();
public: __property void set_Precision(
int value
);
public:
property int Precision {
int get();
void set ( int value);
}
'Declaration
Public Property Precision As Integer
'Usage
Dim instance As RulerTool
Dim value As Integer
instance.Precision = value
value = instance.Precision
Property Value
An integer value which represents the precision.