ComponentOne Basic Library for WPF and Silverlight
SetFocusBrush Method (ClearStyleExtensions)


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

Parameters

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

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members