BinaryCheckBox
A custom CheckBox control class that provides an enhanced user experience.
public class BinaryCheckBox : CheckBox
Inherits from / implements: CheckBox
Members at a glance
CheckMarkGlyphBrush | Gets or sets the check mark glyph brush. |
CheckMarkHeight | Gets or sets the height of the check mark. |
CheckMarkWidth | Gets or sets the width of the check mark. |
CornerRadius | Gets or sets the corner radius. |
DisabledBackgroundBrush | Gets or sets the disabled background brush. |
DisabledBorderBrush | Gets or sets the disabled border brush. |
DisabledForegroundBrush | Gets or sets the disabled foreground brush. |
DisabledGlyphBrush | Gets or sets the disabled glyph brush. |
MouseOverBrush | Gets or sets the "mouse over" brush. |
NormalBorderBrush | Gets or sets the normal border brush. |
NormalBrush | Gets or sets the "normal" brush. |
PressedBorderBrush | Gets or sets the pressed border brush. |
PressedBrush | Gets or sets the "pressed" brush. |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. |
CheckMarkGlyphBrushProperty | Identifies the CheckMarkGlyphBrush dependency property. |
CheckMarkHeightProperty | Identifies the CheckMarkHeight dependency property. |
CheckMarkWidthProperty | Identifies the CheckMarkWidth dependency property. |
CornerRadiusProperty | Identifies the CornerRadius dependency property. |
DisabledBackgroundBrushProperty | Identifies the DisabledBackgroundBrush dependency property. |
DisabledBorderBrushProperty | Identifies the DisabledBorderBrush dependency property. |
DisabledForegroundBrushProperty | Identifies the DisabledForegroundBrush dependency property. |
DisabledGlyphBrushProperty | Identifies the DisabledGlyphBrush dependency property. |
MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. |
NormalBorderBrushProperty | Identifies the NormalBorderBrush dependency property. |
NormalBrushProperty | Identifies the NormalBrush dependency property. |
PressedBorderBrushProperty | Identifies the PressedBorderBrush dependency property. |
PressedBrushProperty | Identifies the PressedBrush dependency property. |
Properties
CheckMarkGlyphBrush
Gets or sets the check mark glyph brush.
Value. The check mark glyph brush.
CheckMarkHeight
Gets or sets the height of the check mark.
Value. The height of the check mark.
CheckMarkWidth
Gets or sets the width of the check mark.
Value. The width of the check mark.
CornerRadius
Gets or sets the corner radius.
Value. The corner radius.
DisabledBackgroundBrush
Gets or sets the disabled background brush.
Value. The disabled background brush.
DisabledBorderBrush
Gets or sets the disabled border brush.
Value. The disabled border brush.
DisabledForegroundBrush
Gets or sets the disabled foreground brush.
Value. The disabled foreground brush.
DisabledGlyphBrush
Gets or sets the disabled glyph brush.
Value. The disabled glyph brush.
MouseOverBrush
Gets or sets the "mouse over" brush.
NormalBorderBrush
Gets or sets the normal border brush.
Value. The normal border brush.
NormalBrush
Gets or sets the "normal" brush.
PressedBorderBrush
Gets or sets the pressed border brush.
Value. The pressed border brush.
PressedBrush
Gets or sets the "pressed" brush.
Methods
OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Fields
CheckMarkGlyphBrushProperty
Identifies the CheckMarkGlyphBrush dependency property.
CheckMarkHeightProperty
Identifies the CheckMarkHeight dependency property.
CheckMarkWidthProperty
Identifies the CheckMarkWidth dependency property.
CornerRadiusProperty
Identifies the CornerRadius dependency property.
DisabledBackgroundBrushProperty
Identifies the DisabledBackgroundBrush dependency property.
DisabledBorderBrushProperty
Identifies the DisabledBorderBrush dependency property.
DisabledForegroundBrushProperty
Identifies the DisabledForegroundBrush dependency property.
DisabledGlyphBrushProperty
Identifies the DisabledGlyphBrush dependency property.
MouseOverBrushProperty
Identifies the MouseOverBrush dependency property.
NormalBorderBrushProperty
Identifies the NormalBorderBrush dependency property.
NormalBrushProperty
Identifies the NormalBrush dependency property.
PressedBorderBrushProperty
Identifies the PressedBorderBrush dependency property.
PressedBrushProperty
Identifies the PressedBrush dependency property.