Gets or sets brush used to draw the foreground (text) of the items in this control.
public Brush ItemForeground { get; set; }
Public Property ItemForeground As Brush
A System.Windows.Media.Brush object that is used to draw the foreground (text) of the items in this control. Default value is a System.Windows.Media.SolidColorBrush of System.Windows.SystemColors.ControlTextColor.
Use the ItemForeground property to define the brush used to draw the text of each item.
Changing this property will make this control loop through all the items and setting IImageListItem.Foreground 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