Sets the clear style button background brush.

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

Syntax

C#
public static void SetButtonBackground(
	FrameworkElement element,
	Brush value
)
Visual Basic
Public Shared Sub SetButtonBackground ( _
	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 background of clear style button.

See Also