Gets/sets a foreground image drawn on each item.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(False)> _ Public Property ListItemForegroundImage As Bitmap
[BrowsableAttribute(false)] public Bitmap ListItemForegroundImage { get; set; }
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.