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