This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicSymbolProperties Interface > IDynamicSymbolProperties.TextVerticalAlignment Property (ArcObjects .NET 10.4 SDK) |
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
This property affects the anchor point of the text.