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

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