Visual Basic (Declaration) | |
---|---|
Overridable Property AnglePrecision As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual int AnglePrecision {get; set;} |
Return Value
The number of digits to display to the right of the decimal point.If the angle is 135.683 degrees and the precision is 2, the value 135.68 will be displayed.
This property is used only if the ShowAngle property is true.
For more information, refer to Using Protractors in Annotation Objects.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family