Gets or sets the number of digits to the right of the decimal point when displaying the 
            length of the ruler.
             
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Overridable Property Precision As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As IAnnRulerObject
Dim value As Integer
 
instance.Precision = value
 
value = instance.Precision
  | 
 
| C# |   | 
|---|
virtual int Precision {get; set;} | 
 
| C++/CLI |   | 
|---|
virtual property int Precision {
   int get();
   void set (int value);
} | 
 
             
             
            | XAML Syntax |   | 
|---|
| You cannot use this property in XAML. | 
| XAML Syntax |   | 
|---|
| You cannot use this property in XAML. | 
Return Value
The number of digits to the right of the decimal point.
  
             
             
             
             
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
 
            
            
See Also