[]
Sets the pressed brush.
public static void SetPressedBrush(FrameworkElement element, Brush value)
Public Shared Sub SetPressedBrush(element As FrameworkElement, value As Brush)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | element | The element which contains the attached property. |
| Brush | value | The brush used in the pressed state. |