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