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


C1.WPF Namespace > ClearStyleExtensions Class : GetCaretBrush Method
The element which contains the attached property.
Gets the caret brush.
Syntax
'Declaration
 
Public Shared Function GetCaretBrush( _
   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.GetCaretBrush(element)
public static System.Windows.Media.Brush GetCaretBrush( 
   System.Windows.FrameworkElement element
)

Parameters

element
The element which contains the attached property.
See Also

Reference

ClearStyleExtensions Class
ClearStyleExtensions Members