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

VirtualListView.ListItemBackgroundImage Property

Gets/sets a background image drawn under each item.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property ListItemBackgroundImage As Bitmap
C#
[BrowsableAttribute(false)]
public Bitmap ListItemBackgroundImage { get; set; }

Property Value

Bitmap object that represents a background image for each item.

Remarks

Every new added item will be blended with the specified background image. If dimensions of the specified background image are not equal to the thumbnail dimensions (that are defined by the ThumbnailSize property), the background image will be resized. Changes to the background image do not affect already created items.

See Also

Reference