ComponentOne TileView for WPF and Silverlight
C1.Silverlight.TileView Namespace / C1TileView Class / ItemForeground Property


In This Topic
    ItemForeground Property (C1TileView)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used as foreground of the contained C1TileViewItems.
    Syntax
    'Declaration
     
    
    Public Property ItemForeground As Brush
    'Usage
     
    
    Dim instance As C1TileView
    Dim value As Brush
     
    instance.ItemForeground = value
     
    value = instance.ItemForeground
    public Brush ItemForeground {get; set;}
    See Also