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

VirtualListView.ListItemBackgroundColor Property

Gets/sets a background color of each item.

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

Syntax

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

Property Value

A color that fills the background for each item.

Remarks

Every new added item will be blended with the specified background color.

See Also

Reference