CheckBoxHelper.

SetCheckGlyphCheckedTemplate(DependencyObject, DataTemplate) Method

Summary

Sets the GlyphTemplate for IsChecked = true.
Namespace
MahApps.Metro.Controls
Containing Type
CheckBoxHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value DataTemplate

Return Value

Type Description
void