CheckBoxHelper.

SetCheckGlyphIndeterminate(DependencyObject, object) Method

Summary

Sets the Glyph for IsChecked = null.
Namespace
MahApps.Metro.Controls
Containing Type
CheckBoxHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value object

Return Value

Type Description
void