RadioButtonHelper.

SetOuterEllipseStrokePointerOver(UIElement, Brush) Method

Summary

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

Syntax

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

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set OuterEllipseStrokePointerOverProperty on.
value Brush OuterEllipseStrokePointerOver property value.

Return Value

Type Description
void