ComponentOne Xamarin.iOS
CheckedImageSource Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ToggleButton Class : CheckedImageSource Property
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
public UIKit.UIImage CheckedImageSource {get; set;}
See Also

Reference

C1ToggleButton Class
C1ToggleButton Members