ArcObjects Library Reference (DisplayUI)  

ISymbolPropertyPage.Units Property

Units to display symbol properties in.

[Visual Basic .NET]
Public Property Units As esriUnits
[C#]
public esriUnits Units {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

Specifies the units of measurement for the Symbol Properties as esriSystem::esriUnits. Valid units are points, inches, centimeters and millimeters.

See Also

ISymbolPropertyPage Interface