Summary
Helper for setting 
		RadioStrokeThicknessProperty on element.- Namespace
 - MahApps
.Metro .Controls  - Containing Type
 - RadioButtonHelper
 
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(RadioButton))]
public static void SetRadioStrokeThickness(UIElement element, double value)
	Attributes
| Type | Description | 
|---|---|
| Category | |
| Attached | 
						
Parameters
| Name | Type | Description | 
|---|---|---|
| element | UIElement | UIElement to set RadioStrokeThicknessProperty on. | 
					
| value | double | RadioStrokeThickness property value. | 
Return Value
| Type | Description | 
|---|---|
| void | 
