Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridRow Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (GridRow)
    In This Topic
    Gets or sets the Xamarin.Forms.Color used to paint the background of cells in this row.
    Syntax
    'Declaration
     
    
    Public Property BackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridRow
    Dim value As Xamarin.Forms.Color
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    public Xamarin.Forms.Color BackgroundColor {get; set;}
    See Also