StubGlyphOptions.CornerRadius Property
Gets or sets the corner radius for rectangular stub glyphs.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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 |
|
RibbonControl |
|
WinExplorerView |
|
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