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


IDynamicSymbolProperties.TextVerticalAlignment Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IDynamicSymbolProperties.TextVerticalAlignment Property

Indicates the vertical alignment for the dynamic text symbol.

[Visual Basic .NET]
Public Property TextVerticalAlignment As esriTextVerticalAlignment
[C#]
public esriTextVerticalAlignment TextVerticalAlignment {get; set;}
[C++]
HRESULT get_TextVerticalAlignment(
  esriTextVerticalAlignment* VerticalAlignment
);
[C++]
HRESULT put_TextVerticalAlignment(
  esriTextVerticalAlignment VerticalAlignment
);
[C++]

Parameters VerticalAlignment [out, retval]
VerticalAlignment is a parameter of type esriTextVerticalAlignment VerticalAlignment [in]
VerticalAlignment is a parameter of type esriTextVerticalAlignment

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