ShapeTextFont.CapsType Property
In This Article
Gets or sets text capitalization.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeTextCapsType CapsType { get; set; }
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
Available values:
Name | Description |
---|---|
None | Lower case formatting. |
Small | Small capital formatting. |
All | All capital formatting. |
See Also