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.CornerRadius Property

Gets or sets the corner radius for rectangular stub glyphs.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v24.2.dll

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

#Declaration

[DefaultValue(-1)]
public int CornerRadius { get; set; }

#Property Value

Type Default Description
Int32 -1

An Int32 value that is the corner radius for rectangular stub glyphs.

#Property Paths

You can access this nested property as listed below:

Object Type Path to CornerRadius
BarManager
.OptionsStubGlyphs .CornerRadius
RibbonControl
.OptionsStubGlyphs .CornerRadius
WinExplorerView
.OptionsStubGlyphs .CornerRadius

#Remarks

Using the StubGlyphOptions.Type property, you can choose between rectangular and circular stub glyphs. Rectangular glyphs have rounded corners. The corner radius is determined by the CornerRadius property, where 0 corresponds to straight squares.

StubGlyphs - Corner Radius

See Stub Glyphs to learn more.

See Also