Skip to main content

RadialMenu.ArcHoveredThickness Property

Gets or sets the thickness of arcs that mark hovered items.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(3)]
[DXCategory("Appearance")]
public int ArcHoveredThickness { get; set; }

Property Value

Type Default Description
Int32 3

An integer value that specifies the thickness of arcs that mark hovered items.

See Also