Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ToggleButton Class / PressedBrush Property

In This Topic
    PressedBrush Property (C1ToggleButton)
    In This Topic
    Gets or sets the brush to highlight the element when the button is pressed.
    Syntax
    'Declaration
     
    
    Public Property PressedBrush As Brush
    public Brush PressedBrush {get; set;}
    See Also