Skip to main content

ShapeTextCapsType Enum

Lists the types of text capitalization.

Namespace: DevExpress.Spreadsheet.Drawings

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum ShapeTextCapsType

Members

Name Description
None

Lower case formatting.

Small

Small capital formatting.

All

All capital formatting.

Related API Members

The following properties accept/return ShapeTextCapsType values:

See Also