ShapeTextFont.CapsType Property
Gets or sets text capitalization.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.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. |
See Also