ComponentOne Xamarin.iOS
UncheckedImageSource Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ToggleButton Class : UncheckedImageSource Property
Gets or sets the image shown when the button is unchecked.
Syntax
'Declaration
 
Public Property UncheckedImageSource As UIKit.UIImage
'Usage
 
Dim instance As C1ToggleButton
Dim value As UIKit.UIImage
 
instance.UncheckedImageSource = value
 
value = instance.UncheckedImageSource
public UIKit.UIImage UncheckedImageSource {get; set;}
See Also

Reference

C1ToggleButton Class
C1ToggleButton Members