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


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

ITextBackgroundEditor Interface

Provides access to members that control a dialog for managing properties associated with Text Background.

Product Availability

Available with ArcGIS Desktop.

Description

The TextBackgroundEditor lets you edit all the properties of a preexisting TextBackground object, for example, a BalloonCallout or a LineCallout coclass.

The EditTextBackground method takes an ITextSymbol parameter and an ITextBackground parameter. The TextBackground parameter, passed by reference, has its properties edited by the user. The TextSymbol is required to correctly display the TextBackground in the dialog box.

Members

Name Description
Method EditTextBackground Displays the Text Background Editor dialog for the given text background 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 Background Editor dialog.

Classes that implement ITextBackgroundEditor

Classes Description
TextBackgroundEditor A dialog for Text Background Editing.