ComponentOne Xamarin.iOS
UncheckedContent Property


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

Reference

C1ToggleButton Class
C1ToggleButton Members