ArcObjects Library Reference (Carto)  

IGroupSymbolElement.VerticalAlignment Property

Vertical alignment style.

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

Parameters

vertAlignment [out, retval]

  vertAlignment is a parameter of type esriTextVerticalAlignment

vertAlignment [in]

  vertAlignment is a parameter of type esriTextVerticalAlignment

Product Availability

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

See Also

IGroupSymbolElement Interface