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


C1.Silverlight Namespace > ClearStyleExtensions Class : GetFocusBrush Method
The element which contains the attached property.
Gets the focus brush.
Syntax
'Declaration
 
Public Shared Function GetFocusBrush( _
   ByVal element As System.Windows.FrameworkElement _
) As System.Windows.Media.Brush
'Usage
 
Dim element As System.Windows.FrameworkElement
Dim value As System.Windows.Media.Brush
 
value = ClearStyleExtensions.GetFocusBrush(element)
public static System.Windows.Media.Brush GetFocusBrush( 
   System.Windows.FrameworkElement element
)

Parameters

element
The element which contains the attached property.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members