Aurigma Graphics Mill 5.5 for .NET
VirtualListView..::.ListItemForegroundImage Property
Gets/sets a foreground image drawn on each item.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
Visual Basic
<BrowsableAttribute(False)> _ Public Property ListItemForegroundImage As Bitmap
C#
[BrowsableAttribute(false)] public Bitmap ListItemForegroundImage { get; set; }
Property Value
Bitmap object that represents a foreground image for each item.Remarks
Every new added item will be blended with the specified foreground image. If dimensions of the specified foreground image are not equal to the thumbnail dimensions (that are defined by the ThumbnailSize property), the foreground image will be resized. Changes to the foreground image do not affect already created items.