Visual Basic (Declaration) | |
---|---|
Overridable Property Precision As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual int Precision {get; set;} |
Return Value
The number of digits to the right of the decimal point.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family