Visual Basic (Declaration) | |
---|---|
Public Property AngularUnit As AnnAngularUnit |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnAngularUnit AngularUnit {get; set;} |
C++/CLI | |
---|---|
public: property AnnAngularUnit AngularUnit { AnnAngularUnit get(); void set (AnnAngularUnit value); } |
XAML Syntax | |
---|---|
For XAML information, see the Leadtools.Windows.Annotations.AnnAngularUnit type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Syntax | |
---|---|
For XAML information, see the Leadtools.Windows.Annotations.AnnAngularUnit type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
An AnnAngularUnit value that specifies the unit of measure to be used for any angles in this group.When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the AngularUnit property value for the first object in the group that implements the IAnnProtractorObject interface. For more information refer to AngularUnit.
When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the AngularUnit property value for each object that implements the IAnnProtractorObject interface. For more information refer to AngularUnit.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family