Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridBase Class / RowBackgroundColor Property


In This Topic
    RowBackgroundColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color that is used to paint row backgrounds.
    Syntax
    'Declaration
     
    
    Public Property RowBackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.Color
     
    instance.RowBackgroundColor = value
     
    value = instance.RowBackgroundColor
    public Xamarin.Forms.Color RowBackgroundColor {get; set;}
    See Also