Visual Basic (Declaration) | |
---|---|
Property Background As Brush |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IImageListItem Dim value As Brush instance.Background = value value = instance.Background |
C# | |
---|---|
Brush Background {get; set;} |
Property Value
A System.Windows.Media.Brush object that is used to draw the background of this item.For C#/VB examples, refer to IImageListItem.
Use the Background property to define the brush used to fill the area inside the item not overlapped by the image.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family