This document is archived and information here might be outdated.  Recommended version.


ITextSymbolEditor.ShowUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IT > ITextSymbolEditor Interface > ITextSymbolEditor.ShowUnits Property
ArcGIS Developer Help

ITextSymbolEditor.ShowUnits Property

Indicates whether to display the Units combo box.

[Visual Basic .NET]
Public Property ShowUnits As Boolean
[C#]
public bool ShowUnits {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

Specifies as whether to show or hide the units combo box on the Text Symbol Editor dialog.

See Also

ITextSymbolEditor Interface