Provides access to members that control the marker text background.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IMarkerTextBackground can be used to display a marker symbol in conjunction with text. Any marker supported by the IMarkerSymbol interface can be used as the background. These include: ICharacterMarkerSymbol, ISimpleMarkerSymbol, IArrowMarkerSymbol, and IPictureMarkerSymbol. Use the ITextBackground interface to set additional properties for IMarkerTextBackground.
Members
Description | ||
---|---|---|
Draw | Draws the text background. | |
QueryBoundary | Queries for the boundary of the text background. | |
ScaleToFit | Indicates if the marker symbol is scaled to fill the text box. | |
Symbol | The marker symbol. | |
TextBox | The text box. | |
TextSymbol | The text symbol. |
Inherited Interfaces
Interfaces | Description |
---|---|
ITextBackground | Provides access to members that control the text background. |
CoClasses that implement IMarkerTextBackground
CoClasses and Classes | Description |
---|---|
MarkerTextBackground | A marker that is placed behind text. |
Remarks
Set the MarkerSymbol you wish to use as a background using the Symbol property. The ScaleToFit property defaults to False--set this property to True if you want the Symbol to draw large enough to fit the entire text string. The Symbol object's Size property does not actually change, only its appearance when drawn.