Leadtools.Windows.Controls Namespace > ImageListItem Class : SelectedBackground Property |
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to fill the background of selected items.")] public Brush SelectedBackground {get; set;}
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The color used to fill the background of selected items.")> Public Property SelectedBackground As Brush
'Usage Dim instance As ImageListItem Dim value As Brush instance.SelectedBackground = value value = instance.SelectedBackground
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to fill the background of selected items.")] public Brush SelectedBackground {get; set;}
CategoryAttribute("Appearance") DescriptionAttribute("The color used to fill the background of selected items.") get_SelectedBackground();
set_SelectedBackground(value);
[CategoryAttribute("Appearance")] [DescriptionAttribute("The color used to fill the background of selected items.")] 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2