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


In This Topic
    HeaderForeground Property (C1TileViewItem)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property HeaderForeground As Brush
    'Usage
     
    
    Dim instance As C1TileViewItem
    Dim value As Brush
     
    instance.HeaderForeground = value
     
    value = instance.HeaderForeground
    public Brush HeaderForeground {get; set;}
    See Also