RibbonMiniToolbarOpacityOptions Members
Provides opacity options for a toolbar.Constructors
Name | Description |
---|---|
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
Name | Description |
---|---|
AllowTransparency | Gets and sets whether the toolbar supports transparency. |
Default static | Gets the RibbonMiniToolbarOpacityOptions object with its properties set to default values. |
OpacityDistance | Gets and sets an opacity distance that is the maximum distance when the toolbar is opaque. |
TransparencyDistance | Gets and sets the minimum distance where the toolbar disappears. |
TransparencyDistanceWhenBarHovered | Gets and sets the distance where a toolbar disappears, provided that it has been hovered with a mouse. |
Methods
Name | Description |
---|---|
Equals(RibbonMiniToolbarOpacityOptions) | Returns whether the two objects are equal. |
Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Gets the RibbonMiniToolbarOpacityOptions object text representation. |
See Also