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


IACTextMarkerSymbol.VAlignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IACTextMarkerSymbol Interface > IACTextMarkerSymbol.VAlignment Property
ArcGIS Developer Help

IACTextMarkerSymbol.VAlignment Property

The vertical alignment style.

[Visual Basic .NET]
Public Property VAlignment As acVTextAlignment
[C#]
public acVTextAlignment VAlignment {get; set;}
[C++]
HRESULT get_VAlignment(
  acVTextAlignment* vTextAlignment
);
[C++]
HRESULT put_VAlignment(
  acVTextAlignment vTextAlignment
);
[C++]
Parameters
vTextAlignment [out, retval]

vTextAlignment is a parameter of type acVTextAlignment* vTextAlignment [in]
vTextAlignment is a parameter of type acVTextAlignment

Product Availability

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

See Also

IACTextMarkerSymbol Interface