CheckBoxHelper.

GetCheckBackgroundFillIndeterminateMouseOver(DependencyObject) Method

Summary

Gets the glyph BackgroundBrush for IsChecked = null, IsMouseOver = true.
Namespace
MahApps.Metro.Controls
Containing Type
CheckBoxHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(CheckBox))]
public static Brush GetCheckBackgroundFillIndeterminateMouseOver(DependencyObject obj)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject

Return Value

Type Description
Brush