This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.BorderSelection Property

Gets a value that specify how to display items selection.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property BorderSelection As Boolean
C#
public bool BorderSelection { get; set; }

Property Value

true if change of the border color is used to mark selection of the item. If it is false, items are highlighted instead.

Remarks

This property affects only when the control is in Thumbnails mode.

See Also

Reference