StubGlyphOptions.CaseMode Property
In This Article
Gets or sets the case mode for stub glyph captions.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A DevExpress. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Case |
---|---|
Bar |
|
Ribbon |
|
Win |
|
#Remarks
The CaseMode property provides three case mode settings.
- UpperCase - all glyph caption characters are in the upper case.
- LowerCase - all glyph caption characters are in the lower case.
- SentenceCase or Default - the first glyph caption character is in the upper case, the second one is in the lower case.
See Stub Glyphs to learn more.
See Also