Summary
Helper for setting
BackgroundPointerOverProperty
on element.- Namespace
- MahApps
.Metro .Controls - Containing Type
- RadioButtonHelper
Syntax
[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(RadioButton))]
public static void SetBackgroundPointerOver(UIElement element, Brush value)
Attributes
Type | Description |
---|---|
Category | |
Attached |
Parameters
Name | Type | Description |
---|---|---|
element | UIElement | UIElement to set BackgroundPointerOverProperty on. |
value | Brush | BackgroundPointerOver property value. |
Return Value
Type | Description |
---|---|
void |