RadioButtonHelper.

SetRadioSize(UIElement, double) Method

Summary

Helper for setting RadioSizeProperty on element.
Namespace
MahApps.Metro.Controls
Containing Type
RadioButtonHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(RadioButton))]
public static void SetRadioSize(UIElement element, double value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set RadioSizeProperty on.
value double RadioSize property value.

Return Value

Type Description
void