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

RadialMenu.ButtonRadius Property

Gets or sets the radius of the central button that expands and collapses the menu.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(19)]
public int ButtonRadius { get; set; }

Property Value

Type Default Description
Int32 19

An integer value that specifies the radius of the central button.

See Also