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


In This Topic
    Color Property (C1ToggleButton)
    In This Topic
    Gets or sets the color used to paint the control.
    Syntax
    'Declaration
     
    
    Public Property Color As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1ToggleButton
    Dim value As Xamarin.Forms.Color
     
    instance.Color = value
     
    value = instance.Color
    public Xamarin.Forms.Color Color {get; set;}
    See Also