Visual Basic (Declaration) | |
---|---|
Public Property ArcRadius As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double ArcRadius {get; set;} |
XAML Attributes Usage | |
---|---|
<object ArcRadius=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Attributes Usage | |
---|---|
<object ArcRadius=double .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
The arc radius of this AnnGroupObject object.When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the arc radius of the first object in the group that implements the IAnnProtractorObject interface. For more information refer to IAnnProtractorObject.ArcRadius.
When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the arc radius for each object that implements the IAnnProtractorObject interface. For more information refer to IAnnProtractorObject.ArcRadius.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family