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


ITextSymbol.VerticalAlignment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextSymbol Interface > ITextSymbol.VerticalAlignment Property
ArcGIS Developer Help

ITextSymbol.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.

Description

VerticalAlignment is the enumeration that defines how text is vertically aligned. There are four options: esriTVABaseline, esriTVABottom, esriTVACenter, and esriTVATop. esriTVABaseline is the default VerticalAlignment.

See Also

ITextSymbol Interface

.NET Samples

Creating a toolbar of globe tools Play back tracking data