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 | |
Attached |
Parameters
Name | Type | Description |
---|---|---|
element | UIElement | |
value | CornerRadius |
Return Value
Type | Description |
---|---|
void |