CheckBoxHelper.

SetCheckCornerRadius(UIElement, CornerRadius) Method

Summary

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

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(CheckBox))]
public static void SetCheckCornerRadius(UIElement element, CornerRadius value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value CornerRadius

Return Value

Type Description
void