Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

StubGlyphOptions.Type Property

Gets or sets the stub glyph shape.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v24.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