ArcObjects Library Reference (Display)  

IDynamicSymbolProperties.TextHorizontalAlignment Property

Indicates the horizontal alignment for the dynamic text symbol.

[Visual Basic .NET]
Public Property TextHorizontalAlignment As esriTextHorizontalAlignment
[C#]
public esriTextHorizontalAlignment TextHorizontalAlignment {get; set;}
[C++]
HRESULT get_TextHorizontalAlignment(
  esriTextHorizontalAlignment* HorizontalAlignment
);
[C++]
HRESULT put_TextHorizontalAlignment(
  esriTextHorizontalAlignment HorizontalAlignment
);
[C++]

Parameters

HorizontalAlignment [out, retval]

  HorizontalAlignment is a parameter of type esriTextHorizontalAlignment

HorizontalAlignment [in]

  HorizontalAlignment is a parameter of type esriTextHorizontalAlignment

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This property affects the anchor point of the text.

See Also

IDynamicSymbolProperties Interface