Visual Basic (Declaration) | |
---|---|
Public Property MeasurementUnit As AnnUnit |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnUnit MeasurementUnit {get; set;} |
XAML Syntax | |
---|---|
For XAML information, see the Leadtools.Windows.Annotations.AnnUnit type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Syntax | |
---|---|
For XAML information, see the Leadtools.Windows.Annotations.AnnUnit type. |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
An AnnUnit value that specifies the unit of measure for this AnnGroupObject object.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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family