ComponentOne Xamarin.iOS
CheckedContent Property


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

Reference

C1ToggleButton Class
C1ToggleButton Members