Gets or sets the arc radius of the protractor.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property ArcRadius As Double |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnProtractorObject
Dim value As Double
instance.ArcRadius = value
value = instance.ArcRadius
|
C# | |
---|
virtual double ArcRadius {get; set;} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
The arc radius of the protractor.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also