Gets or sets brush used to draw the background of the items in this control.
public Brush ItemBackground { get; set; }
Public Property ItemBackground As Brush
A System.Windows.Media.Brush object that is used to draw the background of the items in this control. Default value is null (Nothing in VB).
Use the ItemBackground property to define the brush used to fill the area inside the item not overlapped by the image.
Changing this property will make this control loop through all the items and setting IImageListItem.Background accordingly.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET