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

In This Topic
    CheckedBrush Property
    In This Topic
    Gets or sets the brush to highlight the element when the button is checked.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use CheckedBackground instead.")>
    Public Property CheckedBrush As Brush
    [Obsolete("Use CheckedBackground instead.")]
    public Brush CheckedBrush {get; set;}
    See Also