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


IDynamicSymbolProperties.TextVerticalAlignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties Interface > IDynamicSymbolProperties.TextVerticalAlignment Property
ArcGIS Developer Help

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