RadioButtonHelper.

GetRadioCheckSize(UIElement) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to read RadioCheckSizeProperty from.

Return Value

Type Description
double RadioCheckSize property value.