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





Gets or sets a value that represents the unit of measure for this AnnGroupObject object.

Syntax

Visual Basic (Declaration) 
Public Property MeasurementUnit As AnnUnit
Visual Basic (Usage)Copy Code
Dim instance As AnnGroupObject
Dim value As AnnUnit
 
instance.MeasurementUnit = value
 
value = instance.MeasurementUnit
C# 
public AnnUnit MeasurementUnit {get; set;}
C++/CLI 
public:
property AnnUnit MeasurementUnit {
   AnnUnit get();
   void set (AnnUnit value);
}
XAML Syntax 
For XAML information, see the Leadtools.Windows.Annotations.AnnUnit type.

Dependencies Property Information 

Identifier field

MeasurementUnitProperty

Metadata properties set to true

None

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

Dependencies Property Information 

Identifier field

MeasurementUnitProperty

Metadata properties set to true

None

Return Value

An AnnUnit value that specifies the unit of measure for this AnnGroupObject object.

Remarks

When "getting" this property, internally this AnnGroupObject will enumerate all objects in the group and return the the unit of measure for rulers for the first annotation object in the group that implements the IAnnRulerObject interface. For more information refer to MeasurementUnit.

When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the unit of measure for rulers for each object that implements the IAnnRulerObject interface. For more information refer to MeasurementUnit.

Requirements

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

See Also

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