RibbonMiniToolbar.OpacityOptions Property
In This Article
Provides access to the toolbar opacity options.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Options")]
public RibbonMiniToolbarOpacityOptions OpacityOptions { get; set; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
The toolbar visibility depends on the distance from the mouse cursor to the toolbar (see the RibbonMiniToolbarOpacityOptions.OpacityDistance topic). Use the OpacityOptions property to customize opacity settings, such as the opacity and transparency distances.
The opacity settings are ignored when the toolbar is displayed along with a RibbonMiniToolbar.PopupMenu object.
See Also