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


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