Skip to main content

StubGlyphOptions.Type Property

Gets or sets the stub glyph shape.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(GlyphBackgroundType.Rectangle)]
public GlyphBackgroundType Type { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Drawing.GlyphBackgroundType Rectangle

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 Type Path to Type
BarManager
RibbonControl
WinExplorerView

Remarks

Using this property, you can switch between rectangular and circular stub glyphs.

StubGlyphs - Type

For rectangular glyphs, you can additionally specify the StubGlyphOptions.CornerRadius property. See Stub Glyphs to learn more.

See Also