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


ITextSymbolEditor Interface (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
ArcGIS Developer Help

ITextSymbolEditor Interface

Provides access to members that control a dialog for editing Text Symbols.

Product Availability

Available with ArcGIS Desktop.

Description

The TextSymbolEditor provides an ideal way to allow a user to edit all the properties of a specific, preexisting TextSymbol.

The EditTextSymbol method takes an ITextSymbol parameter, which must be an existing TextSymbol object. This object is passed by reference and will be directly changed depending on the selections made in the dialog box. The EditTextSymbol method call will open the TextSymbolEditor dialog box. The Title property sets the title of the dialog box displayed, and the ShowUnits property determines if the Units option is shown to the user, allowing them to set size properties in units other than points.

Members

Name Description
Method EditTextSymbol Displays the Text Symbol Editor dialog for the given text symbol and returns a flag indicating if it changed.
Read/write property ShowUnits Indicates whether to display the Units combo box.
Read/write property Title The title of the Text Symbol Editor dialog.

Classes that implement ITextSymbolEditor

Classes Description
TextSymbolEditor A dialog for Text Symbol Editing.