Provides access to members that control text symbols.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
ITextSymbol is the generic interface for properties of IFormattedTextSymbol and ISimpleTextSymbol.
Members
Description | ||
---|---|---|
Angle | Text baseline angle. | |
Color | Text color. | |
Font | Text font. | |
GetTextSize | Gets the x and y dimensions of 'text' in points (1/72 inch). | |
HorizontalAlignment | Horizontal alignment style. | |
RightToLeft | Indicates if the text is drawn from right to left. | |
Size | Text size. | |
Text | Text to draw. | |
VerticalAlignment | Vertical alignment style. |
CoClasses that implement ITextSymbol
CoClasses and Classes | Description |
---|---|
TextMarkerSymbol (esriTrackingAnalyst) | Class used to create a text marker symbol used to symbolize point geometries. |
TextSymbol | A symbol that controls how text is displayed. |
See Also
IFormattedTextSymbol Interface | ISimpleTextSymbol Interface | ITextSymbol Interface