windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-f27931df.md
Gets or sets the case mode for stub glyph captions.
Namespace : DevExpress.Utils.Drawing
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(GlyphTextCaseMode.Default)]
public GlyphTextCaseMode CaseMode { get; set; }
<DefaultValue(GlyphTextCaseMode.Default)>
Public Property CaseMode As GlyphTextCaseMode
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.Drawing.GlyphTextCaseMode | Default |
A DevExpress.Utils.Drawing.GlyphTextCaseMode enumerator value that specifies the case mode for stub glyph captions.
|
You can access this nested property as listed below:
| Object Type | Path to CaseMode |
|---|---|
| BarManager |
.OptionsStubGlyphs .CaseMode
| | RibbonControl |
.OptionsStubGlyphs .CaseMode
| | WinExplorerView |
.OptionsStubGlyphs .CaseMode
|
The CaseMode property provides three case mode settings.
See Stub Glyphs to learn more.
See Also