ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1DataPager Class / PressedBrush Property

In This Topic
    PressedBrush Property (C1DataPager)
    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
    public Brush PressedBrush {get; set;}
    See Also