Gets or sets the brush used to draw the selected items foreground (text).
public Brush ItemSelectedForeground { get; set; }
Public Property ItemSelectedForeground As Brush
A System.Windows.Media.Brush that used to draw the selected items foreground (text). Default value is a System.Windows.Media.SolidColorBrush of System.Windows.SystemColors.HighlightTextColor.
Changing this property will make this control loop through all the items and setting the ImageListItem.SelectedForeground accordingly.
For XAML example, refer to ItemBorderThickness.
For C#/VB examples, refer to ItemBorderThickness.
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