Gets or sets the number of digits to the right of the decimal point when displaying the length of this
AnnRulerObject object.

public int Precision {get; set;}
public int Precision {get; set;}
get_Precision();
set_Precision(value);
public:
property int Precision {
int get();
void set ( int value);
}
'Declaration
Public Property Precision As Integer
'Usage
Dim instance As AnnRulerObject
Dim value As Integer
instance.Precision = value
value = instance.Precision
Property Value
The number of digits to the right of the decimal point.
For XAML example, refer to AnnRulerObject.
For C#/VB examples, refer to AnnRulerObject.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2