Gets and sets the number of decimal places to show for the ruler annotation length.
'Declaration
Public Property Precision As Integer
'Usage
Dim instance As RulerToolbarDefaults
Dim value As Integer
instance.Precision = value
value = instance.Precision
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);
}
Property Value
An integer value which represents the precision.