ComponentOne Xamarin.Android
UncheckedContent Property


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

Reference

C1ToggleButton Class
C1ToggleButton Members