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

RibbonButtonStyleSettings Members

Defines the appearance of ribbon buttons.

Constructors

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

Fields

Name Description
BorderThicknessProperty static Identifies the BorderThickness dependency property.
CheckedBackgroundProperty static Identifies the CheckedBackground dependency property.
CheckedBorderBrushProperty static Identifies the CheckedBorderBrush dependency property.
CheckedDisabledBackgroundProperty static Identifies the CheckedDisabledBackground dependency property.
CheckedDisabledBorderBrushProperty static Identifies the CheckedDisabledBorderBrush dependency property.
CheckedDisabledForegroundProperty static Identifies the CheckedDisabledForeground dependency property.
CheckedForegroundProperty static Identifies the CheckedForeground dependency property.
CheckedHoverBackgroundProperty static Identifies the CheckedHoverBackground dependency property.
CheckedHoverBorderBrushProperty static Identifies the CheckedHoverBorderBrush dependency property.
CheckedHoverForegroundProperty static Identifies the CheckedHoverForeground dependency property.
CheckedPressedBackgroundProperty static Identifies the CheckedPressedBackground dependency property.
CheckedPressedBorderBrushProperty static Identifies the CheckedPressedBorderBrush dependency property.
CheckedPressedForegroundProperty static Identifies the CheckedPressedForeground dependency property.
CornerRadiusProperty static Identifies the CornerRadius dependency property.
DisabledBackgroundProperty static Identifies the DisabledBackground dependency property.
DisabledBorderBrushProperty static Identifies the DisabledBorderBrush dependency property.
DisabledForegroundProperty static Identifies the DisabledForeground dependency property.
HoverBackgroundProperty static Identifies the HoverBackground dependency property.
HoverBorderBrushProperty static Identifies the HoverBorderBrush dependency property.
HoverForegroundProperty static Identifies the HoverForeground dependency property.
NormalBackgroundProperty static Identifies the NormalBackground dependency property.
NormalBorderBrushProperty static Identifies the NormalBorderBrush dependency property.
NormalForegroundProperty static Identifies the NormalForeground dependency property.
PressedBackgroundProperty static Identifies the PressedBackground dependency property.
PressedBorderBrushProperty static Identifies the PressedBorderBrush dependency property.
PressedForegroundProperty static Identifies the PressedForeground dependency property.

Properties

Name Description
BorderThickness Gets or sets a ribbon button’s border thickness. This is a dependency property.
CheckedBackground Gets or sets a RibbonToggleButton‘s checked state background. This is a dependency property.
CheckedBorderBrush Gets or sets a checked RibbonToggleButton‘s border brush. This is a dependency property.
CheckedDisabledBackground Gets or sets a RibbonToggleButton‘s disabled state background when the button is checked. This is a dependency property.
CheckedDisabledBorderBrush Gets or sets a disabled RibbonToggleButton‘s border brush when the button is checked. This is a dependency property.
CheckedDisabledForeground Gets or sets a RibbonToggleButton‘s disabled state foreground when the button is checked. This is a dependency property.
CheckedForeground Gets or sets a RibbonToggleButton‘s checked state foreground. This is a dependency property.
CheckedHoverBackground Gets or sets a RibbonToggleButton‘s hovered state background when the button is checked. This is a dependency property.
CheckedHoverBorderBrush Gets or sets a hovered RibbonToggleButton‘s border brush when the button is checked. This is a dependency property.
CheckedHoverForeground Gets or sets a hovered RibbonToggleButton‘s foreground when the button is checked. This is a dependency property.
CheckedPressedBackground Gets or sets a pressed RibbonToggleButton‘s background when the button is checked. This is a dependency property.
CheckedPressedBorderBrush Gets or sets a pressed RibbonToggleButton‘s border brush when the button is checked. This is a dependency property.
CheckedPressedForeground Gets or sets a pressed RibbonToggleButton‘s foreground when the button is checked. This is a dependency property.
CornerRadius Gets or sets a corner radius of the ribbon button’s border. This is a dependency property.
DisabledBackground Gets or sets a ribbon button’s disabled state background. This is a dependency property.
DisabledBorderBrush Gets or sets a ribbon button’s disabled state border brush. This is a dependency property.
DisabledForeground Gets or sets a ribbon button’s disabled state foreground. This is a dependency property.
HoverBackground Gets or sets a ribbon button’s hovered state background. This is a dependency property.
HoverBorderBrush Gets or sets a ribbon button’s hovered state border brush. This is a dependency property.
HoverForeground Gets or sets a ribbon button’s hovered state foreground. This is a dependency property.
NormalBackground Gets or sets a ribbon button’s normal state background. This is a dependency property.
NormalBorderBrush Gets or sets a ribbon button’s normal state border brush. This is a dependency property.
NormalForeground Gets or sets a ribbon button’s normal state foreground. This is a dependency property.
PressedBackground Gets or sets a ribbon button’s pressed state background. This is a dependency property.
PressedBorderBrush Gets or sets a ribbon button’s pressed state border brush. This is a dependency property.
PressedForeground Gets or sets a ribbon button’s pressed 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