Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AngularUnit Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnGroupObject Class : AngularUnit Property





Gets or sets the unit of measure used for any angles in this group.

Syntax

Visual Basic (Declaration) 
Public Property AngularUnit As AnnAngularUnit
Visual Basic (Usage)Copy Code
Dim instance As AnnGroupObject
Dim value As AnnAngularUnit
 
instance.AngularUnit = value
 
value = instance.AngularUnit
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

AngularUnitProperty

Metadata properties set to true

None

XAML Syntax 
For XAML information, see the Leadtools.Windows.Annotations.AnnAngularUnit type.

Dependencies Property Information 

Identifier field

AngularUnitProperty

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.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

AngularUnit requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.