This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFormattedTextSymbol Interface > IFormattedTextSymbol.Case Property (ArcObjects .NET 10.5 SDK) |
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