ComponentOne TileView for WPF and Silverlight
ItemForeground Property


C1.WPF.TileView Namespace > C1TileView Class : ItemForeground Property
Gets or sets the System.Windows.Media.Brush used as foreground of the contained C1TileViewItems.
Syntax
'Declaration
 
Public Property ItemForeground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1TileView
Dim value As System.Windows.Media.Brush
 
instance.ItemForeground = value
 
value = instance.ItemForeground
public System.Windows.Media.Brush ItemForeground {get; set;}
See Also

Reference

C1TileView Class
C1TileView Members