CheckBoxHelper Class

Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["CheckBoxHelper"] class Type type-node

Syntax

public static class CheckBoxHelper

Fields

Name Constant Value Summary
BackgroundCheckedDisabledProperty
static
BackgroundCheckedMouseOverProperty
static
BackgroundCheckedPressedProperty
static
BackgroundCheckedProperty
static
BackgroundIndeterminateDisabledProperty
static
BackgroundIndeterminateMouseOverProperty
static
BackgroundIndeterminatePressedProperty
static
BackgroundIndeterminateProperty
static
BackgroundUncheckedDisabledProperty
static
BackgroundUncheckedMouseOverProperty
static
BackgroundUncheckedPressedProperty
static
BackgroundUncheckedProperty
static
BorderBrushCheckedDisabledProperty
static
BorderBrushCheckedMouseOverProperty
static
BorderBrushCheckedPressedProperty
static
BorderBrushCheckedProperty
static
BorderBrushIndeterminateDisabledProperty
static
BorderBrushIndeterminateMouseOverProperty
static
BorderBrushIndeterminatePressedProperty
static
BorderBrushIndeterminateProperty
static
BorderBrushUncheckedDisabledProperty
static
BorderBrushUncheckedMouseOverProperty
static
BorderBrushUncheckedPressedProperty
static
BorderBrushUncheckedProperty
static
CheckBackgroundFillCheckedDisabledProperty
static
CheckBackgroundFillCheckedMouseOverProperty
static
CheckBackgroundFillCheckedPressedProperty
static
CheckBackgroundFillCheckedProperty
static
CheckBackgroundFillIndeterminateDisabledProperty
static
CheckBackgroundFillIndeterminateMouseOverProperty
static
CheckBackgroundFillIndeterminatePressedProperty
static
CheckBackgroundFillIndeterminateProperty
static
CheckBackgroundFillUncheckedDisabledProperty
static
CheckBackgroundFillUncheckedMouseOverProperty
static
CheckBackgroundFillUncheckedPressedProperty
static
CheckBackgroundFillUncheckedProperty
static
CheckBackgroundStrokeCheckedDisabledProperty
static
CheckBackgroundStrokeCheckedMouseOverProperty
static
CheckBackgroundStrokeCheckedPressedProperty
static
CheckBackgroundStrokeCheckedProperty
static
CheckBackgroundStrokeIndeterminateDisabledProperty
static
CheckBackgroundStrokeIndeterminateMouseOverProperty
static
CheckBackgroundStrokeIndeterminatePressedProperty
static
CheckBackgroundStrokeIndeterminateProperty
static
CheckBackgroundStrokeUncheckedDisabledProperty
static
CheckBackgroundStrokeUncheckedMouseOverProperty
static
CheckBackgroundStrokeUncheckedPressedProperty
static
CheckBackgroundStrokeUncheckedProperty
static
CheckCornerRadiusProperty
static
CheckGlyphCheckedProperty
static
CheckGlyphCheckedTemplateProperty
static
CheckGlyphForegroundCheckedDisabledProperty
static
CheckGlyphForegroundCheckedMouseOverProperty
static
CheckGlyphForegroundCheckedPressedProperty
static
CheckGlyphForegroundCheckedProperty
static
CheckGlyphForegroundIndeterminateDisabledProperty
static
CheckGlyphForegroundIndeterminateMouseOverProperty
static
CheckGlyphForegroundIndeterminatePressedProperty
static
CheckGlyphForegroundIndeterminateProperty
static
CheckGlyphForegroundUncheckedDisabledProperty
static
CheckGlyphForegroundUncheckedMouseOverProperty
static
CheckGlyphForegroundUncheckedPressedProperty
static
CheckGlyphForegroundUncheckedProperty
static
CheckGlyphIndeterminateProperty
static
CheckGlyphIndeterminateTemplateProperty
static
CheckGlyphUncheckedProperty
static
CheckGlyphUncheckedTemplateProperty
static
CheckSizeProperty
static
CheckStrokeThicknessProperty
static
ForegroundCheckedDisabledProperty
static
ForegroundCheckedMouseOverProperty
static
ForegroundCheckedPressedProperty
static
ForegroundCheckedProperty
static
ForegroundIndeterminateDisabledProperty
static
ForegroundIndeterminateMouseOverProperty
static
ForegroundIndeterminatePressedProperty
static
ForegroundIndeterminateProperty
static
ForegroundUncheckedDisabledProperty
static
ForegroundUncheckedMouseOverProperty
static
ForegroundUncheckedPressedProperty
static
ForegroundUncheckedProperty
static

Methods

Name Value Summary
GetBackgroundChecked(DependencyObject) Brush
Gets the Background for IsChecked = true.
static
GetBackgroundCheckedDisabled(DependencyObject) Brush
Gets the Background for IsChecked = true, IsEnabled = false.
static
GetBackgroundCheckedMouseOver(DependencyObject) Brush
Gets the Background for IsChecked = true, IsMouseOver = true.
static
GetBackgroundCheckedPressed(DependencyObject) Brush
Gets the Background for IsChecked = true, IsPressed = true.
static
GetBackgroundIndeterminate(DependencyObject) Brush
Gets the Background for IsChecked = null.
static
GetBackgroundIndeterminateDisabled(DependencyObject) Brush
Gets the Background for IsChecked = null, IsEnabled = false.
static
GetBackgroundIndeterminateMouseOver(DependencyObject) Brush
Gets the Background for IsChecked = null, IsMouseOver = true.
static
GetBackgroundIndeterminatePressed(DependencyObject) Brush
Gets the Background for IsChecked = null, IsPressed = true.
static
GetBackgroundUnchecked(DependencyObject) Brush
Gets the Background for IsChecked = false.
static
GetBackgroundUncheckedDisabled(DependencyObject) Brush
Gets the Background for IsChecked = false, IsEnabled = false.
static
GetBackgroundUncheckedMouseOver(DependencyObject) Brush
Gets the Background for IsChecked = false, IsMouseOver = true.
static
GetBackgroundUncheckedPressed(DependencyObject) Brush
Gets the Background for IsChecked = false, IsPressed = true.
static
GetBorderBrushChecked(DependencyObject) Brush
Gets the BorderBrush for IsChecked = true.
static
GetBorderBrushCheckedDisabled(DependencyObject) Brush
Gets the BorderBrush for IsChecked = true, IsEnabled = false.
static
GetBorderBrushCheckedMouseOver(DependencyObject) Brush
Gets the BorderBrush for IsChecked = true, IsMouseOver = true.
static
GetBorderBrushCheckedPressed(DependencyObject) Brush
Gets the BorderBrush for IsChecked = true, IsPressed = true.
static
GetBorderBrushIndeterminate(DependencyObject) Brush
Gets the BorderBrush for IsChecked = null.
static
GetBorderBrushIndeterminateDisabled(DependencyObject) Brush
Gets the BorderBrush for IsChecked = null, IsEnabled = false.
static
GetBorderBrushIndeterminateMouseOver(DependencyObject) Brush
Gets the BorderBrush for IsChecked = null, IsMouseOver = true.
static
GetBorderBrushIndeterminatePressed(DependencyObject) Brush
Gets the BorderBrush for IsChecked = null, IsPressed = true.
static
GetBorderBrushUnchecked(DependencyObject) Brush
Gets the BorderBrush for IsChecked = false.
static
GetBorderBrushUncheckedDisabled(DependencyObject) Brush
Gets the BorderBrush for IsChecked = false, IsEnabled = false.
static
GetBorderBrushUncheckedMouseOver(DependencyObject) Brush
Gets the BorderBrush for IsChecked = false, IsMouseOver = true.
static
GetBorderBrushUncheckedPressed(DependencyObject) Brush
Gets the BorderBrush for IsChecked = false, IsPressed = true.
static
GetCheckBackgroundFillChecked(DependencyObject) Brush
Gets the check Background for IsChecked = true.
static
GetCheckBackgroundFillCheckedDisabled(DependencyObject) Brush
Gets the check Background for IsChecked = true, IsEnabled = false.
static
GetCheckBackgroundFillCheckedMouseOver(DependencyObject) Brush
Gets the check Background for IsChecked = true, IsMouseOver = true.
static
GetCheckBackgroundFillCheckedPressed(DependencyObject) Brush
Gets the check Background for IsChecked = true, IsPressed = true.
static
GetCheckBackgroundFillIndeterminate(DependencyObject) Brush
Gets the glyph BackgroundBrush for IsChecked = null.
static
GetCheckBackgroundFillIndeterminateDisabled(DependencyObject) Brush
Gets the glyph BackgroundBrush for IsChecked = null, IsEnabled = false.
static
GetCheckBackgroundFillIndeterminateMouseOver(DependencyObject) Brush
Gets the glyph BackgroundBrush for IsChecked = null, IsMouseOver = true.
static
GetCheckBackgroundFillIndeterminatePressed(DependencyObject) Brush
Gets the glyph BackgroundBrush for IsChecked = null, IsPressed = true.
static
GetCheckBackgroundFillUnchecked(DependencyObject) Brush
Gets the check BackgroundBrush for IsChecked = false.
static
GetCheckBackgroundFillUncheckedDisabled(DependencyObject) Brush
Gets the check BackgroundBrush for IsChecked = false, IsEnabled = false.
static
GetCheckBackgroundFillUncheckedMouseOver(DependencyObject) Brush
Gets the check BackgroundBrush for IsChecked = false, IsMouseOver = true.
static
GetCheckBackgroundFillUncheckedPressed(DependencyObject) Brush
Gets the check BackgroundBrush for IsChecked = false, IsPressed = true.
static
GetCheckBackgroundStrokeChecked(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = true.
static
GetCheckBackgroundStrokeCheckedDisabled(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = true, IsEnabled = false.
static
GetCheckBackgroundStrokeCheckedMouseOver(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = true, IsMouseOver = true.
static
GetCheckBackgroundStrokeCheckedPressed(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = true, IsPressed = true.
static
GetCheckBackgroundStrokeIndeterminate(DependencyObject) Brush
Gets the glyph BorderBrush for IsChecked = null.
static
GetCheckBackgroundStrokeIndeterminateDisabled(DependencyObject) Brush
Gets the glyph BorderBrush for IsChecked = null, IsEnabled = false.
static
GetCheckBackgroundStrokeIndeterminateMouseOver(DependencyObject) Brush
Gets the glyph BorderBrush for IsChecked = null, IsMouseOver = true.
static
GetCheckBackgroundStrokeIndeterminatePressed(DependencyObject) Brush
Gets the glyph BorderBrush for IsChecked = null, IsPressed = true.
static
GetCheckBackgroundStrokeUnchecked(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = false.
static
GetCheckBackgroundStrokeUncheckedDisabled(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = false, IsEnabled = false.
static
GetCheckBackgroundStrokeUncheckedMouseOver(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = false, IsMouseOver = true.
static
GetCheckBackgroundStrokeUncheckedPressed(DependencyObject) Brush
Gets the check BorderBrush for IsChecked = false, IsPressed = true.
static
GetCheckCornerRadius(UIElement) CornerRadius
Gets the CornerRadius of the CheckBox itself. The CheckCornerRadius property allows users to control the roundness of the CheckBox corners independently by setting a radius value for each corner.
static
GetCheckGlyphChecked(DependencyObject) object
Gets the Glyph for IsChecked = true.
static
GetCheckGlyphCheckedTemplate(DependencyObject) DataTemplate
Gets the GlyphTemplate for IsChecked = true.
static
GetCheckGlyphForegroundChecked(DependencyObject) Brush
Gets the check glyph Foreground for IsChecked = true.
static
GetCheckGlyphForegroundCheckedDisabled(DependencyObject) Brush
Gets the check glyph Foreground for IsChecked = true, IsEnabled = false.
static
GetCheckGlyphForegroundCheckedMouseOver(DependencyObject) Brush
Gets the check glyph Foreground for IsChecked = true, IsMouseOver = true.
static
GetCheckGlyphForegroundCheckedPressed(DependencyObject) Brush
Gets the check glyph Foreground for IsChecked = true, IsPressed = true.
static
GetCheckGlyphForegroundIndeterminate(DependencyObject) Brush
Gets the glyph Foreground for IsChecked = null.
static
GetCheckGlyphForegroundIndeterminateDisabled(DependencyObject) Brush
Gets the glyph Foreground for IsChecked = null, IsEnabled = false.
static
GetCheckGlyphForegroundIndeterminateMouseOver(DependencyObject) Brush
Gets the glyph Foreground for IsChecked = null, IsMouseOver = true.
static
GetCheckGlyphForegroundIndeterminatePressed(DependencyObject) Brush
Gets the glyph Foreground for IsChecked = null, IsPressed = true.
static
GetCheckGlyphForegroundUnchecked(DependencyObject) Brush
Gets the check Foreground for IsChecked = false.
static
GetCheckGlyphForegroundUncheckedDisabled(DependencyObject) Brush
Gets the check Foreground for IsChecked = false, IsEnabled = false.
static
GetCheckGlyphForegroundUncheckedMouseOver(DependencyObject) Brush
Gets the check Foreground for IsChecked = false, IsMouseOver = true.
static
GetCheckGlyphForegroundUncheckedPressed(DependencyObject) Brush
Gets the check Foreground for IsChecked = false, IsPressed = true.
static
GetCheckGlyphIndeterminate(DependencyObject) object
Gets the Glyph for IsChecked = null.
static
GetCheckGlyphIndeterminateTemplate(DependencyObject) DataTemplate
Gets the GlyphTemplate for IsChecked = null.
static
GetCheckGlyphUnchecked(DependencyObject) object
Gets the Glyph for IsChecked = false.
static
GetCheckGlyphUncheckedTemplate(DependencyObject) DataTemplate
Gets the GlyphTemplate for IsChecked = false.
static
GetCheckSize(DependencyObject) double
Gets the size of the CheckBox itself.
static
GetCheckStrokeThickness(DependencyObject) double
Gets the stroke thickness of the CheckBox itself.
static
GetForegroundChecked(DependencyObject) Brush
Gets the Foreground for IsChecked = true.
static
GetForegroundCheckedDisabled(DependencyObject) Brush
Gets the Foreground for IsChecked = true, IsEnabled = false.
static
GetForegroundCheckedMouseOver(DependencyObject) Brush
Gets the Foreground for IsChecked = true, IsMouseOver = true.
static
GetForegroundCheckedPressed(DependencyObject) Brush
Gets the Foreground for IsChecked = true, IsPressed = true.
static
GetForegroundIndeterminate(DependencyObject) Brush
Gets the Foreground for IsChecked = null.
static
GetForegroundIndeterminateDisabled(DependencyObject) Brush
Gets the Foreground for IsChecked = null, IsEnabled = false.
static
GetForegroundIndeterminateMouseOver(DependencyObject) Brush
Gets the Foreground for IsChecked = null, IsMouseOver = true.
static
GetForegroundIndeterminatePressed(DependencyObject) Brush
Gets the Foreground for IsChecked = null, IsPressed = true.
static
GetForegroundUnchecked(DependencyObject) Brush
Gets the Foreground for IsChecked = false.
static
GetForegroundUncheckedDisabled(DependencyObject) Brush
Gets the Foreground for IsChecked = false, IsEnabled = false.
static
GetForegroundUncheckedMouseOver(DependencyObject) Brush
Gets the Foreground for IsChecked = false, IsMouseOver = true.
static
GetForegroundUncheckedPressed(DependencyObject) Brush
Gets the Foreground for IsChecked = false, IsPressed = true.
static
SetBackgroundChecked(DependencyObject, Brush) void
Sets the Background for IsChecked = true.
static
SetBackgroundCheckedDisabled(DependencyObject, Brush) void
Sets the Background for IsChecked = true, IsEnabled = false.
static
SetBackgroundCheckedMouseOver(DependencyObject, Brush) void
Sets the Background for IsChecked = true, IsMouseOver = true.
static
SetBackgroundCheckedPressed(DependencyObject, Brush) void
Sets the Background for IsChecked = true, IsPressed = true.
static
SetBackgroundIndeterminate(DependencyObject, Brush) void
Sets the Background for IsChecked = null.
static
SetBackgroundIndeterminateDisabled(DependencyObject, Brush) void
Sets the Background for IsChecked = null, IsEnabled = false.
static
SetBackgroundIndeterminateMouseOver(DependencyObject, Brush) void
Sets the Background for IsChecked = null, IsMouseOver = true.
static
SetBackgroundIndeterminatePressed(DependencyObject, Brush) void
Sets the Background for IsChecked = null, IsPressed = true.
static
SetBackgroundUnchecked(DependencyObject, Brush) void
Sets the Background for IsChecked = false.
static
SetBackgroundUncheckedDisabled(DependencyObject, Brush) void
Sets the Background for IsChecked = false, IsEnabled = false.
static
SetBackgroundUncheckedMouseOver(DependencyObject, Brush) void
Sets the Background for IsChecked = false, IsMouseOver = true.
static
SetBackgroundUncheckedPressed(DependencyObject, Brush) void
Sets the Background for IsChecked = false, IsPressed = true.
static
SetBorderBrushChecked(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = true.
static
SetBorderBrushCheckedDisabled(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = true, IsEnabled = false.
static
SetBorderBrushCheckedMouseOver(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = true, IsMouseOver = true.
static
SetBorderBrushCheckedPressed(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = true, IsPressed = true.
static
SetBorderBrushIndeterminate(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = null.
static
SetBorderBrushIndeterminateDisabled(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = null, IsEnabled = false.
static
SetBorderBrushIndeterminateMouseOver(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = null, IsMouseOver = true.
static
SetBorderBrushIndeterminatePressed(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = null, IsPressed = true.
static
SetBorderBrushUnchecked(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = false.
static
SetBorderBrushUncheckedDisabled(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = false, IsEnabled = false.
static
SetBorderBrushUncheckedMouseOver(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = false, IsMouseOver = true.
static
SetBorderBrushUncheckedPressed(DependencyObject, Brush) void
Sets the BorderBrush for IsChecked = false, IsPressed = true.
static
SetCheckBackgroundFillChecked(DependencyObject, Brush) void
Sets the check Background for IsChecked = true.
static
SetCheckBackgroundFillCheckedDisabled(DependencyObject, Brush) void
Sets the check Background for IsChecked = true, IsEnabled = false.
static
SetCheckBackgroundFillCheckedMouseOver(DependencyObject, Brush) void
Sets the check Background for IsChecked = true, IsMouseOver = true.
static
SetCheckBackgroundFillCheckedPressed(DependencyObject, Brush) void
Sets the check Background for IsChecked = true, IsPressed = true.
static
SetCheckBackgroundFillIndeterminate(DependencyObject, Brush) void
Sets the glyph BackgroundBrush for IsChecked = null.
static
SetCheckBackgroundFillIndeterminateDisabled(DependencyObject, Brush) void
Sets the glyph BackgroundBrush for IsChecked = null, IsEnabled = false.
static
SetCheckBackgroundFillIndeterminateMouseOver(DependencyObject, Brush) void
Sets the glyph BackgroundBrush for IsChecked = null, IsMouseOver = true.
static
SetCheckBackgroundFillIndeterminatePressed(DependencyObject, Brush) void
Sets the glyph BackgroundBrush for IsChecked = null, IsPressed = true.
static
SetCheckBackgroundFillUnchecked(DependencyObject, Brush) void
Sets the BackgroundBrush for IsChecked = false.
static
SetCheckBackgroundFillUncheckedDisabled(DependencyObject, Brush) void
Sets the BackgroundBrush for IsChecked = false, IsEnabled = false.
static
SetCheckBackgroundFillUncheckedMouseOver(DependencyObject, Brush) void
Sets the BackgroundBrush for IsChecked = false, IsMouseOver = true.
static
SetCheckBackgroundFillUncheckedPressed(DependencyObject, Brush) void
Sets the BackgroundBrush for IsChecked = false, IsPressed = true.
static
SetCheckBackgroundStrokeChecked(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = true.
static
SetCheckBackgroundStrokeCheckedDisabled(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = true, IsEnabled = false.
static
SetCheckBackgroundStrokeCheckedMouseOver(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = true, IsMouseOver = true.
static
SetCheckBackgroundStrokeCheckedPressed(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = true, IsPressed = true.
static
SetCheckBackgroundStrokeIndeterminate(DependencyObject, Brush) void
Sets the glyph BorderBrush for IsChecked = null.
static
SetCheckBackgroundStrokeIndeterminateDisabled(DependencyObject, Brush) void
Sets the glyph BorderBrush for IsChecked = null, IsEnabled = false.
static
SetCheckBackgroundStrokeIndeterminateMouseOver(DependencyObject, Brush) void
Sets the glyph BorderBrush for IsChecked = null, IsMouseOver = true.
static
SetCheckBackgroundStrokeIndeterminatePressed(DependencyObject, Brush) void
Sets the glyph BorderBrush for IsChecked = null, IsPressed = true.
static
SetCheckBackgroundStrokeUnchecked(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = false.
static
SetCheckBackgroundStrokeUncheckedDisabled(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = false, IsEnabled = false.
static
SetCheckBackgroundStrokeUncheckedMouseOver(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = false, IsMouseOver = true.
static
SetCheckBackgroundStrokeUncheckedPressed(DependencyObject, Brush) void
Sets the check BorderBrush for IsChecked = false, IsPressed = true.
static
SetCheckCornerRadius(UIElement, CornerRadius) void
Sets the CornerRadius of the CheckBox itself.
static
SetCheckGlyphChecked(DependencyObject, object) void
Sets the Glyph for IsChecked = true.
static
SetCheckGlyphCheckedTemplate(DependencyObject, DataTemplate) void
Sets the GlyphTemplate for IsChecked = true.
static
SetCheckGlyphForegroundChecked(DependencyObject, Brush) void
Sets the check glyph Foreground for IsChecked = true.
static
SetCheckGlyphForegroundCheckedDisabled(DependencyObject, Brush) void
Sets the check glyph Foreground for IsChecked = true, IsEnabled = false.
static
SetCheckGlyphForegroundCheckedMouseOver(DependencyObject, Brush) void
Sets the check glyph Foreground for IsChecked = true, IsMouseOver = true.
static
SetCheckGlyphForegroundCheckedPressed(DependencyObject, Brush) void
Sets the check glyph Foreground for IsChecked = true, IsPressed = true.
static
SetCheckGlyphForegroundIndeterminate(DependencyObject, Brush) void
Sets the glyph Foregorund for IsChecked = null.
static
SetCheckGlyphForegroundIndeterminateDisabled(DependencyObject, Brush) void
Sets the glyph Foregorund for IsChecked = null, IsEnabled = false.
static
SetCheckGlyphForegroundIndeterminateMouseOver(DependencyObject, Brush) void
Sets the glyph Foregorund for IsChecked = null, IsMouseOver = true.
static
SetCheckGlyphForegroundIndeterminatePressed(DependencyObject, Brush) void
Sets the glyph Foregorund for IsChecked = null, IsPressed = true.
static
SetCheckGlyphForegroundUnchecked(DependencyObject, Brush) void
Sets the check Foreground for IsChecked = false.
static
SetCheckGlyphForegroundUncheckedDisabled(DependencyObject, Brush) void
Sets the check Foreground for IsChecked = false, IsEnabled = false.
static
SetCheckGlyphForegroundUncheckedMouseOver(DependencyObject, Brush) void
Sets the check Foreground for IsChecked = false, IsMouseOver = true.
static
SetCheckGlyphForegroundUncheckedPressed(DependencyObject, Brush) void
Sets the check Foreground for IsChecked = false, IsPressed = true.
static
SetCheckGlyphIndeterminate(DependencyObject, object) void
Sets the Glyph for IsChecked = null.
static
SetCheckGlyphIndeterminateTemplate(DependencyObject, DataTemplate) void
Sets the GlyphTemplate for IsChecked = null.
static
SetCheckGlyphUnchecked(DependencyObject, object) void
Sets the Glyph for IsChecked = false.
static
SetCheckGlyphUncheckedTemplate(DependencyObject, DataTemplate) void
Sets the GlyphTemplate for IsChecked = false.
static
SetCheckSize(DependencyObject, double) void
Sets the size of the CheckBox itself.
static
SetCheckStrokeThickness(DependencyObject, double) void
Sets the stroke thickness of the CheckBox itself.
static
SetForegroundChecked(DependencyObject, Brush) void
Sets the Foreground for IsChecked = true.
static
SetForegroundCheckedDisabled(DependencyObject, Brush) void
Sets the Foreground for IsChecked = true, IsEnabled = false.
static
SetForegroundCheckedMouseOver(DependencyObject, Brush) void
Sets the Foreground for IsChecked = true, IsMouseOver = true.
static
SetForegroundCheckedPressed(DependencyObject, Brush) void
Sets the Foreground for IsChecked = true, IsPressed = true.
static
SetForegroundIndeterminate(DependencyObject, Brush) void
Sets the Foreground for IsChecked = null.
static
SetForegroundIndeterminateDisabled(DependencyObject, Brush) void
Sets the Foreground for IsChecked = null, IsEnabled = false.
static
SetForegroundIndeterminateMouseOver(DependencyObject, Brush) void
Sets the Foreground for IsChecked = null, IsMouseOver = true.
static
SetForegroundIndeterminatePressed(DependencyObject, Brush) void
Sets the Foreground for IsChecked = null, IsPressed = true.
static
SetForegroundUnchecked(DependencyObject, Brush) void
Sets the Foreground for IsChecked = false.
static
SetForegroundUncheckedDisabled(DependencyObject, Brush) void
Sets the Foreground for IsChecked = false, IsEnabled = false.
static
SetForegroundUncheckedMouseOver(DependencyObject, Brush) void
Sets the Foreground for IsChecked = false, IsMouseOver = true.
static
SetForegroundUncheckedPressed(DependencyObject, Brush) void
Sets the Foreground for IsChecked = false, IsPressed = true.
static