ComponentOne Xamarin.Android
UncheckedImageSource Property


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ToggleButton Class : UncheckedImageSource Property
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

Reference

C1ToggleButton Class
C1ToggleButton Members