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


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