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