Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1ToggleButton Class / UncheckedContent Property


In This Topic
    UncheckedContent Property
    In This Topic
    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