C1.iOS.Core Assembly / C1.iOS.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 UIKit.UIImage
 
'Usage
 
Dim instance As C1ToggleButton
Dim value As UIKit.UIImage
 
instance.UncheckedImageSource = value
 
value = instance.UncheckedImageSource
See Also