CheckBoxHelper.

SetCheckSize(DependencyObject, double) Method

Summary

Sets the size of the CheckBox itself.
Namespace
MahApps.Metro.Controls
Containing Type
CheckBoxHelper

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value double

Return Value

Type Description
void