ArcObjects Library Reference (Display)  

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