Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1ToggleButton Class / UncheckedImageSource Property

In This Topic
    UncheckedImageSource Property
    In This Topic
    Gets or sets the image shown when the button is unchecked.
    Syntax
    'Declaration
     
    
    Public Property UncheckedImageSource As Uri
    public Uri UncheckedImageSource {get; set;}
    See Also