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

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