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

RibbonCheckBoxStyleSettings Members

Defines the appearance of a RibbonCheckBox.

Constructors

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

Fields

Name Description
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.
CheckedDisabledTextForegroundProperty static Identifies the CheckedDisabledTextForeground 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.
CheckedHoverTextForegroundProperty static Identifies the CheckedHoverTextForeground dependency property.
CheckedPressedBackgroundProperty static Identifies the CheckedPressedBackground dependency property.
CheckedPressedBorderBrushProperty static Identifies the CheckedPressedBorderBrush dependency property.
CheckedPressedForegroundProperty static Identifies the CheckedPressedForeground dependency property.
CheckedPressedTextForegroundProperty static Identifies the CheckedPressedTextForeground dependency property.
CheckedTextForegroundProperty static Identifies the CheckedTextForeground dependency property.
CornerRadiusProperty static Identifies the CornerRadius dependency property.
DisabledBackgroundProperty static Identifies the DisabledBackground dependency property.
DisabledBorderBrushProperty static Identifies the DisabledBorderBrush dependency property.
DisabledTextForegroundProperty static Identifies the DisabledTextForeground dependency property.
HoverBackgroundProperty static Identifies the HoverBackground dependency property.
HoverBorderBrushProperty static Identifies the HoverBorderBrush dependency property.
HoverTextForegroundProperty static Identifies the HoverTextForeground dependency property.
NormalBackgroundProperty static Identifies the NormalBackground dependency property.
NormalBorderBrushProperty static Identifies the NormalBorderBrush dependency property.
NormalTextForegroundProperty static Identifies the NormalTextForeground dependency property.
PressedBackgroundProperty static Identifies the PressedBackground dependency property.
PressedBorderBrushProperty static Identifies the PressedBorderBrush dependency property.
PressedTextForegroundProperty static Identifies the PressedTextForeground dependency property.

Properties

Name Description
CheckedBackground Gets or sets a RibbonCheckBox‘s checked state background. This is a dependency property.
CheckedBorderBrush Gets or sets a RibbonCheckBox‘s checked state border brush. This is a dependency property.
CheckedDisabledBackground Gets or sets a RibbonCheckBox‘s disabled state background when the checkbox is checked. This is a dependency property.
CheckedDisabledBorderBrush Gets or sets a RibbonCheckBox‘s disabled state border brush when the checkbox is checked. This is a dependency property.
CheckedDisabledForeground Gets or sets a RibbonCheckBox‘s disabled state foreground when the checkbox is checked. This is a dependency property.
CheckedDisabledTextForeground Gets or sets a RibbonCheckBox text’s disabled state background when the checkbox is checked. This is a dependency property.
CheckedForeground Gets or sets a RibbonCheckBox‘s checked state foreground. This is a dependency property.
CheckedHoverBackground Gets or sets a RibbonCheckBox‘s hovered state background when the checkbox is checked. This is a dependency property.
CheckedHoverBorderBrush Gets or sets a RibbonCheckBox‘s hovered state border brush when the checkbox is checked. This is a dependency property.
CheckedHoverForeground Gets or sets a RibbonCheckBox‘s hovered state foreground when the checkbox is checked. This is a dependency property.
CheckedHoverTextForeground Gets or sets a RibbonCheckBox text’s hovered state foreground when the checkbox is checked. This is a dependency property.
CheckedPressedBackground Gets or sets a RibbonCheckBox‘s pressed state background when the checkbox is checked. This is a dependency property.
CheckedPressedBorderBrush Gets or sets a RibbonCheckBox‘s hovered state border brush when the checkbox is checked. This is a dependency property.
CheckedPressedForeground Gets or sets a RibbonCheckBox‘s pressed state foreground when the checkbox is checked. This is a dependency property.
CheckedPressedTextForeground Gets or sets a RibbonCheckBox text’s pressed state foreground when the checkbox is checked. This is a dependency property.
CheckedTextForeground Gets or sets a RibbonCheckBox text’s foreground when the checkbox is checked. This is a dependency property.
CornerRadius Gets or sets a corner radius of the RibbonCheckBox‘s border. This is a dependency property.
DisabledBackground Gets or sets a RibbonCheckBox‘s disabled state background. This is a dependency property.
DisabledBorderBrush Gets or sets a RibbonCheckBox‘s disabled state border brush. This is a dependency property.
DisabledTextForeground Gets or sets a RibbonCheckBox text’s disabled state foreground. This is a dependency property.
HoverBackground Gets or sets a RibbonCheckBox‘s hovered state background. This is a dependency property.
HoverBorderBrush Gets or sets a RibbonCheckBox‘s hovered state border brush. This is a dependency property.
HoverTextForeground Gets or sets a RibbonCheckBox text’s hovered state foreground. This is a dependency property.
NormalBackground Gets or sets a RibbonCheckBox‘s normal state background. This is a dependency property.
NormalBorderBrush Gets or sets a RibbonCheckBox‘s normal state border brush. This is a dependency property.
NormalTextForeground Gets or sets a RibbonCheckBox text’s normal state foreground. This is a dependency property.
PressedBackground Gets or sets a RibbonCheckBox‘s pressed state background. This is a dependency property.
PressedBorderBrush Gets or sets a RibbonCheckBox‘s pressed state border brush. This is a dependency property.
PressedTextForeground Gets or sets a RibbonCheckBox text’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