Gets or sets a string value that specifies the abbreviation that corresponds to the
MeasurementUnit property value.
Syntax
Visual Basic (Declaration) | |
---|
Overridable Property UnitAbbreviation As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IAnnRulerObject
Dim value As String
instance.UnitAbbreviation = value
value = instance.UnitAbbreviation
|
C# | |
---|
virtual string UnitAbbreviation {get; set;} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
A string value that specifies the abbreviation that corresponds to the
MeasurementUnit property value.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also