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