Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / ClearStyleExtensions Class / SetCaretBrush Method
The element which contains the attached property.
The brush used in the caret state.

In This Topic
    SetCaretBrush Method
    In This Topic
    Sets the caret brush.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetCaretBrush( _
       ByVal element As FrameworkElement, _
       ByVal value As Brush _
    ) 
    public static void SetCaretBrush( 
       FrameworkElement element,
       Brush value
    )

    Parameters

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