ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1NumericBox Class / CaretBrush Property

In This Topic
    CaretBrush Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush of the blinking cursor of an input control. When .NET Framework is v3.5, 'CaretBrush' takes no effect.
    Syntax
    'Declaration
     
    Public Property CaretBrush As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush CaretBrush {get; set;}
    See Also