CheckBoxHelper.

SetCheckBackgroundStrokeIndeterminateDisabled(DependencyObject, Brush) Method

Summary

Sets the glyph BorderBrush for IsChecked = null, IsEnabled = false.
Namespace
MahApps.Metro.Controls
Containing Type
CheckBoxHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(CheckBox))]
public static void SetCheckBackgroundStrokeIndeterminateDisabled(DependencyObject obj, Brush value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value Brush

Return Value

Type Description
void