ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1TileListView Class / CursorBorderBrush Property

In This Topic
    CursorBorderBrush Property (C1TileListView)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to highlight the border of the item used as cursor.
    Syntax
    'Declaration
     
    Public Property CursorBorderBrush As Brush
    public Brush CursorBorderBrush {get; set;}
    See Also