Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.ImageSource
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As Xamarin.Forms.ImageSource
     
    instance.UncheckedImageSource = value
     
    value = instance.UncheckedImageSource
    public Xamarin.Forms.ImageSource UncheckedImageSource {get; set;}
    See Also