Summary
Gets the CornerRadius of the CheckBox itself.
The CheckCornerRadius property allows users to control the roundness of the CheckBox corners independently by setting a radius value for each corner.
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(CheckBox))]
public static CornerRadius GetCheckCornerRadius(UIElement element)
Attributes
| Type |
Description |
| Category |
|
| AttachedPropertyBrowsableForType |
|
Parameters
| Name |
Type |
Description |
| element |
UIElement |
|
Return Value
| Type |
Description |
| CornerRadius |
|