Sets the pressed brush.

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

Syntax

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

Parameters

element
Type: FrameworkElement
The element which contains the attached property.
value
Type: Brush
The brush used in the pressed state.

See Also