Skip to main content

RibbonTabHeaderStyleSettings Members

Defines the appearance of a RibbonTab area.

Constructors

Name Description
RibbonTabHeaderStyleSettings() Initializes a new instance of the RibbonTabHeaderStyleSettings class.

Fields

Name Description
HoverBackgroundProperty static Identifies the HoverBackground dependency property.
HoverForegroundProperty static Identifies the HoverForeground dependency property.
NormalBackgroundProperty static Identifies the NormalBackground dependency property.
NormalForegroundProperty static Identifies the NormalForeground dependency property.
SelectedBackgroundProperty static Identifies the SelectedBackground dependency property.
SelectedForegroundProperty static Identifies the SelectedForeground dependency property.

Properties

Name Description
HoverBackground Gets or sets a ribbon tab header’s hovered state background. This is a dependency property.
HoverForeground Gets or sets the ribbon tab header’s hovered state foreground. This is a dependency property.
NormalBackground Gets or sets a ribbon tab header’s normal state background. This is a dependency property.
NormalForeground Gets or sets a ribbon tab header’s normal state foreground. This is a dependency property.
SelectedBackground Gets or sets a ribbon tab header’s selected state background. This is a dependency property.
SelectedForeground Gets or sets a ribbon tab header’s selected state foreground. This is a dependency property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
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() Returns a string that represents the current object. Inherited from Object.
See Also