Back to Devexpress

RibbonMiniToolbarOpacityOptions Members

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonminitoolbaropacityoptions-dot-underscore-members.md

latest4.2 KB
Original Source

RibbonMiniToolbarOpacityOptions Members

Provides opacity options for a toolbar.

Constructors

NameDescription
RibbonMiniToolbarOpacityOptions()Initializes a new RibbonMiniToolbarOpacityOptions class instance.
RibbonMiniToolbarOpacityOptions(Int32, Int32, Int32)Initializes a new RibbonMiniToolbarOpacityOptions class instance with the specified opacity and transparency distances.

Properties

NameDescription
AllowTransparencyGets and sets whether the toolbar supports transparency.
Default staticGets the RibbonMiniToolbarOpacityOptions object with its properties set to default values.
OpacityDistanceGets and sets an opacity distance that is the maximum distance when the toolbar is opaque.
TransparencyDistanceGets and sets the minimum distance where the toolbar disappears.
TransparencyDistanceWhenBarHoveredGets and sets the distance where a toolbar disappears, provided that it has been hovered with a mouse.

Methods

NameDescription
Equals(RibbonMiniToolbarOpacityOptions)Returns whether the two objects are equal.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object.
GetHashCode()Returns the hash code for this instance.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Gets the RibbonMiniToolbarOpacityOptions object text representation.

See Also

RibbonMiniToolbarOpacityOptions Class

DevExpress.XtraBars.Ribbon Namespace