RadioButtonHelper.

GetForegroundPressed(UIElement) Method

Summary

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

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(RadioButton))]
public static Brush GetForegroundPressed(UIElement element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to read ForegroundPressedProperty from.

Return Value

Type Description
Brush ForegroundPressed property value.