[]
Sets the focus brush.
public static void SetFocusBrush(FrameworkElement element, Brush value)
Public Shared Sub SetFocusBrush(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 focus state. |