ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewItem Class / PressedBrush Property

In This Topic
    PressedBrush Property (C1TileViewItem)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush used to paint a button when it is pressed.
    Syntax
    'Declaration
     
    Public Property PressedBrush As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush PressedBrush {get; set;}
    See Also