C1.WPF.TileView Namespace / C1TileView Class / ItemBackground Property


In This Topic
ItemBackground Property (C1TileView)
In This Topic
Gets or sets the System.Windows.Media.Brush used as background of the contained C1TileViewItems.
Syntax
'Declaration
 
Public Property ItemBackground As Brush
 
'Usage
 
Dim instance As C1TileView
Dim value As Brush
 
instance.ItemBackground = value
 
value = instance.ItemBackground
See Also