ComponentOne FinancialChart for WPF
SetPressedBrush Method



C1.WPF Namespace > ClearStyleExtensions Class : SetPressedBrush Method
The element which contains the attached property.
The brush used in the pressed state.
Sets the pressed brush.
Syntax
'Declaration
 
Public Shared Sub SetPressedBrush( _
   ByVal element As FrameworkElement, _
   ByVal value As Brush _
) 
'Usage
 
Dim element As FrameworkElement
Dim value As Brush
 
ClearStyleExtensions.SetPressedBrush(element, value)
public static void SetPressedBrush( 
   FrameworkElement element,
   Brush value
)
public:
static void SetPressedBrush( 
   FrameworkElement^ element,
   Brush^ value
) 

Parameters

element
The element which contains the attached property.
value
The brush used in the pressed state.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members