RadioButtonHelper.

SetOuterEllipseCheckedStrokeDisabled(UIElement, Brush) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set OuterEllipseCheckedStrokeDisabledProperty on.
value Brush OuterEllipseCheckedStrokeDisabled property value.

Return Value

Type Description
void