C1.Silverlight Namespace / ClearStyleExtensions Class / SetButtonBackground Method
The element which contains the attached property.
The brush used in the background of clear style button.

In This Topic
SetButtonBackground Method (ClearStyleExtensions)
In This Topic
Sets the clear style button background brush.
Syntax
'Declaration
 
Public Shared Sub SetButtonBackground( _
   ByVal element As FrameworkElement, _
   ByVal value As Brush _
) 
 

Parameters

element
The element which contains the attached property.
value
The brush used in the background of clear style button.
See Also