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

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