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


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