Summary
Sets the StrokeThickness of the RadioButton itself.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- RadioButtonHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(RadioButton))]
public static void SetRadioStrokeThickness(DependencyObject obj, double value)
Attributes
Type | Description |
---|---|
Category | |
Attached |
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | |
value | double |
Return Value
Type | Description |
---|---|
void |