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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(19)]
[DXCategory("Appearance")]
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