Back to Devexpress

RadialMenu.AlphaChannel Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-512efcf6.md

latest1.5 KB
Original Source

RadialMenu.AlphaChannel Property

Gets or sets the opacity level of the menu.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public byte AlphaChannel { get; set; }
vb
<DXCategory("Appearance")>
Public Property AlphaChannel As Byte

Property Value

TypeDescription
Byte

A Byte value that specifies the opacity level. 0 - totally transparent, 255 - completely opaque.

|

Remarks

Use the AlphaChannel property to specify the menu opacity. The code below makes the menu semi-transparent.

csharp
radialMenu.AlphaChannel = 127;
vb
radialMenu.AlphaChannel = 127

See Also

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace