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

In This Topic
    UncheckedContent Property
    In This Topic
    Gets or sets the content shown when the button is unchecked.
    Syntax
    'Declaration
     
    
    Public Property UncheckedContent As Object
    public object UncheckedContent {get; set;}
    See Also