ComponentOne Xamarin.Android
CheckedContent Property


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

Reference

C1ToggleButton Class
C1ToggleButton Members