ArcObjects Library Reference (Carto)  

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