Sets the focus brush.

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

Syntax

C#
public static void SetFocusBrush(
	FrameworkElement element,
	Brush value
)
Visual Basic
Public Shared Sub SetFocusBrush ( _
	element As FrameworkElement, _
	value As Brush _
)

Parameters

element
Type: System.Windows..::..FrameworkElement
The element which contains the attached property.
value
Type: System.Windows.Media..::..Brush
The brush used in the focus state.

See Also