'Declaration
Public Shared Sub SetFocusBrush( _ ByVal element As FrameworkElement, _ ByVal value As Brush _ )
public static void SetFocusBrush( FrameworkElement element, Brush value )
Parameters
- element
- The element which contains the attached property.
- value
- The brush used in the focus state.