Gets the focus brush.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public static Brush GetFocusBrush(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetFocusBrush ( _
	element As FrameworkElement _
) As Brush

Parameters

element
Type: System.Windows..::..FrameworkElement
The element which contains the attached property.

Return Value

See Also