Leadtools.Windows.Controls Namespace > ImageListItem Class : SelectedBackground Property |
[DescriptionAttribute("The color used to fill the background of selected items.")] [CategoryAttribute("Appearance")] public Brush SelectedBackground {get; set;}
'Declaration <DescriptionAttribute("The color used to fill the background of selected items.")> <CategoryAttribute("Appearance")> Public Property SelectedBackground As Brush
'Usage Dim instance As ImageListItem Dim value As Brush instance.SelectedBackground = value value = instance.SelectedBackground
[DescriptionAttribute("The color used to fill the background of selected items.")] [CategoryAttribute("Appearance")] public: property Brush^ SelectedBackground { Brush^ get(); void set ( Brush^ value); }
Use the Background property to define the brush used to fill the area inside the item not overlapped by the image.
Use the ImageListItem.SelectedBackground dependency property to set the brush used to draw the background of the selected item.