ShapeTextFont.CapsType Property
Gets or sets text capitalization.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
ShapeTextCapsType | A ShapeTextCapsType enumeration member specifying capitalization style. |
Available values:
Name | Description |
---|---|
None | Lower case formatting. |
Small | Small capital formatting. |
All | All capital formatting. |
Remarks
Note
Not all ShapeTextFont properties have effect on the visual appearance of chart elements when a document is loaded in the SpreadsheetControl. However, you can set these properties in code, save the document in a supported format and display it in Microsoft Excel.
See Also