Gets the caret brush.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static Brush GetCaretBrush(
	FrameworkElement element
)
Visual Basic
Public Shared Function GetCaretBrush ( _
	element As FrameworkElement _
) As Brush

Parameters

element
Type: FrameworkElement
The element which contains the attached property.

Return Value

See Also