Skip to main content
A newer version of this page is available. .

StubGlyphOptions.CornerRadius Property

Gets or sets the corner radius for rectangular stub glyphs.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v19.1.dll

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:

Library Object Type Path to CornerRadius
WinForms Controls BarManager
.OptionsStubGlyphs.CornerRadius
RibbonControl
.OptionsStubGlyphs.CornerRadius
ToolbarFormManager
.OptionsStubGlyphs.CornerRadius
WinExplorerView
.OptionsStubGlyphs.CornerRadius
DocumentViewerBarManager
.OptionsStubGlyphs.CornerRadius
PrintBarManager
.OptionsStubGlyphs.CornerRadius
Reporting XRDesignBarManager
.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