RadioButtonHelper.

SetRadioStrokeThickness(DependencyObject, double) Method

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
AttachedPropertyBrowsableForType

Parameters

Name Type Description
obj DependencyObject
value double

Return Value

Type Description
void