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

VirtualListView.BorderStyle Property

Gets/sets the border style of the control.

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

Syntax

Visual Basic
Public Property BorderStyle As BorderStyle
C#
public BorderStyle BorderStyle { get; set; }

Property Value

BorderStyle value that specify the border style of the control. The default is Fixed3D.

See Also

Reference