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

VirtualListView.BackColor Property

Gets/sets the background color for the control.

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

Syntax

Visual Basic
Public Overrides Property BackColor As Color
C#
public override Color BackColor { get; set; }

Property Value

A Color that represents the background color of the control.

See Also

Reference