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

VirtualListView.ForeColor Property

Gets/sets the foreground color of the control.

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

Syntax

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

Property Value

The foreground Color of the control.

See Also

Reference