Skip to main content

ShapeTextFont.CapsType Property

Gets or sets text capitalization.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ShapeTextCapsType CapsType { get; set; }

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