ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / PressedBrush Property

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