Skip to main content
A newer version of this page is available. .

RibbonMiniToolbar.OpacityOptions Property

Provides access to the toolbar opacity options.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Options")]
public RibbonMiniToolbarOpacityOptions OpacityOptions { get; set; }

Property Value

Type Description
RibbonMiniToolbarOpacityOptions

A RibbonMiniToolbarOpacityOptions object that specifies the toolbar opacity options.

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