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


In This Topic
    PressedBrush Property (C1TileView)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to paint a button when it is pressed.
    Syntax
    'Declaration
     
    
    Public Property PressedBrush As Brush
    'Usage
     
    
    Dim instance As C1TileView
    Dim value As Brush
     
    instance.PressedBrush = value
     
    value = instance.PressedBrush
    public Brush PressedBrush {get; set;}
    See Also