Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1ToggleButton Class / CheckedContent Property


In This Topic
    CheckedContent Property
    In This Topic
    Gets or sets the content show when the button is checked.
    Syntax
    'Declaration
     
    
    Public Property CheckedContent As Xamarin.Forms.View
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As Xamarin.Forms.View
     
    instance.CheckedContent = value
     
    value = instance.CheckedContent
    public Xamarin.Forms.View CheckedContent {get; set;}
    See Also