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


esriTextVerticalAlignment Constants (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

esriTextVerticalAlignment Constants

Vertical text alignment options.

Constant Value Description
esriTVATop 0 The text is aligned at the top.
esriTVACenter 1 The text is aligned at the center.
esriTVABaseline 2 The text is aligned at the baseline.
esriTVABottom 3 The text is aligned at the bottom.

Product Availability

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

.NET Samples

Creating a toolbar of globe tools (Code Files: TextElement)