Back to Devexpress

RadialMenu.InnerRadius Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-1df32a97.md

latest2.7 KB
Original Source

RadialMenu.InnerRadius Property

Gets or sets the starting radius of the inner circle segment that is filled with the color specified by an item’s BackColor ( BarItem.ItemInMenuAppearance.Normal.BackColor ) property.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(50)]
[DXCategory("Layout")]
public int InnerRadius { get; set; }
vb
<DefaultValue(50)>
<DXCategory("Layout")>
Public Property InnerRadius As Integer

Property Value

TypeDefaultDescription
Int3250

An Int32 value that is the distance between the RadialMenu‘s center and its sectors’ color fill.

|

Remarks

You can specify appearance settings used to paint BarItemLinks in pop-ups via the BarItem.ItemInMenuAppearance property. If you set a specific Backcolor for an item, its corresponding sector within a RadialMenu will be filled with this color. The InnerRadius property specifies an offset for this fill counted from the RadialMenu‘s center. The figure below illustrates an example.

The default color used to paint an item’s outer border is specified by the RadialMenu.BorderColor and RadialMenu.MenuColor properties. You can provide custom border colors for individual items via their BarItem.ItemInMenuAppearance.Normal.BorderColor properties.

See Also

ItemInMenuAppearance

BorderColor

MenuColor

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace