Back to Devexpress

StubGlyphOptions.CaseMode Property

windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-f27931df.md

latest2.6 KB
Original Source

StubGlyphOptions.CaseMode Property

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

Declaration

csharp
[DefaultValue(GlyphTextCaseMode.Default)]
public GlyphTextCaseMode CaseMode { get; set; }
vb
<DefaultValue(GlyphTextCaseMode.Default)>
Public Property CaseMode As GlyphTextCaseMode

Property Value

TypeDefaultDescription
DevExpress.Utils.Drawing.GlyphTextCaseModeDefault

A DevExpress.Utils.Drawing.GlyphTextCaseMode enumerator value that specifies the case mode for stub glyph captions.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CaseMode
BarManager

.OptionsStubGlyphs .CaseMode

| | RibbonControl |

.OptionsStubGlyphs .CaseMode

| | WinExplorerView |

.OptionsStubGlyphs .CaseMode

|

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

Stub Glyphs

StubGlyphOptions Class

StubGlyphOptions Members

DevExpress.Utils.Drawing Namespace