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


esriTextCase Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Constants > E > esriTextCase Constants
ArcGIS Developer Help

esriTextCase Constants

Text symbol case options.

Constant Value Description
esriTCNormal 0 The text draws normally.
esriTCLowercase 1 The text draws as all lowercase.
esriTCAllCaps 2 The text draws as all capitals.
esriTCSmallCaps 3 The text draws as small capitals.

Product Availability

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

See Also

IFormattedTextSymbol.Case Property