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


IFormattedTextSymbol.Case Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.Case Property
ArcGIS Developer Help

IFormattedTextSymbol.Case Property

The text case.

[Visual Basic .NET]
Public Property Case As esriTextCase
[C#]
public esriTextCase Case {get; set;}
[C++]
HRESULT get_Case(
  esriTextCase* textCase
);
[C++]
HRESULT put_Case(
  esriTextCase textCase
);
[C++]
Parameters
textCase [out, retval]

textCase is a parameter of type esriTextCase* textCase [in]
textCase is a parameter of type esriTextCase

Product Availability

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

Description

Case is whether the letters of an IFormattedTextSymbol are upper, lower, or mixed case. Use enumerations: esriTCNormal, esriTCAllcaps, esriTCsmallcaps.

See Also

IFormattedTextSymbol Interface | esriTextCase Constants