windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-2a9ea953.md
Gets or sets the stub glyph shape.
Namespace : DevExpress.Utils.Drawing
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
[DefaultValue(GlyphBackgroundType.Rectangle)]
public GlyphBackgroundType Type { get; set; }
<DefaultValue(GlyphBackgroundType.Rectangle)>
Public Property Type As GlyphBackgroundType
| Type | Default | Description |
|---|---|---|
| DevExpress.Utils.Drawing.GlyphBackgroundType | Rectangle |
A DevExpress.Utils.Drawing.GlyphBackgroundType enumerator value that specifies the stub glyph shape.
|
You can access this nested property as listed below:
| Object Type | Path to Type |
|---|---|
| BarManager |
.OptionsStubGlyphs .Type
| | RibbonControl |
.OptionsStubGlyphs .Type
| | WinExplorerView |
.OptionsStubGlyphs .Type
|
Using this property, you can switch between rectangular and circular stub glyphs.
For rectangular glyphs, you can additionally specify the StubGlyphOptions.CornerRadius property. See Stub Glyphs to learn more.
See Also