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

Methods

Name Return 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