CursorBorderBrush Property (ListViewItemView)
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