Gets or sets the number of digits to the right of the decimal point when displaying the angle of the protractor.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property AnglePrecision As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnProtractorObject
Dim value As Integer
instance.AnglePrecision = value
value = instance.AnglePrecision
|
C# | |
---|
virtual int AnglePrecision {get; set;} |
C++/CLI | |
---|
virtual property int AnglePrecision {
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 display 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