Skip to main content

StubGlyphOptions.CornerRadius Property

Gets or sets the corner radius for rectangular stub glyphs.

Namespace: DevExpress.Utils.Drawing

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