Gets or sets the Brush used as background of the contained C1TileViewItems.

Namespace:  C1.Xaml.TileView
Assembly:  C1.Xaml.TileView (in C1.Xaml.TileView.dll)

Syntax

C#
public Brush ItemBackground { get; set; }
Visual Basic
Public Property ItemBackground As Brush
	Get
	Set

See Also