Back to Devexpress

StubGlyphOptions.CornerRadius Property

windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-044229ec.md

latest2.6 KB
Original Source

StubGlyphOptions.CornerRadius Property

Gets or sets the corner radius for rectangular stub glyphs.

Namespace : DevExpress.Utils.Drawing

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(-1)]
public int CornerRadius { get; set; }
vb
<DefaultValue(-1)>
Public Property CornerRadius As Integer

Property Value

TypeDefaultDescription
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 TypePath 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.

See Stub Glyphs to learn more.

See Also

Stub Glyphs

StubGlyphOptions Class

StubGlyphOptions Members

DevExpress.Utils.Drawing Namespace