RadioButtonHelper.

GetRadioStrokeThickness(UIElement) Method

Summary

Helper for getting RadioStrokeThicknessProperty from element.
Namespace
MahApps.Metro.Controls
Containing Type
RadioButtonHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(RadioButton))]
public static double GetRadioStrokeThickness(UIElement element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to read RadioStrokeThicknessProperty from.

Return Value

Type Description
double RadioStrokeThickness property value.