Back to Devexpress

StubGlyphOptions.Type Property

windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-2a9ea953.md

latest2.6 KB
Original Source

StubGlyphOptions.Type Property

Gets or sets the stub glyph shape.

Namespace : DevExpress.Utils.Drawing

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(GlyphBackgroundType.Rectangle)]
public GlyphBackgroundType Type { get; set; }
vb
<DefaultValue(GlyphBackgroundType.Rectangle)>
Public Property Type As GlyphBackgroundType

Property Value

TypeDefaultDescription
DevExpress.Utils.Drawing.GlyphBackgroundTypeRectangle

A DevExpress.Utils.Drawing.GlyphBackgroundType enumerator value that specifies the stub glyph shape.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Type
BarManager

.OptionsStubGlyphs .Type

| | RibbonControl |

.OptionsStubGlyphs .Type

| | WinExplorerView |

.OptionsStubGlyphs .Type

|

Remarks

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

CornerRadius

Stub Glyphs

StubGlyphOptions Class

StubGlyphOptions Members

DevExpress.Utils.Drawing Namespace