ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileView Class / HeaderBackground Property

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