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


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