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

RibbonCheckBoxStyleSettings Properties

Defines the appearance of a RibbonCheckBox.
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.
See Also