Skip to main content

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

NuGet Package: 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