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


In This Topic
    TopLeftCellBackgroundColor Property
    In This Topic
    Gets or sets the Xamarin.Forms.Color that is used to paint the background of the cell at the left top corner of the grid.
    Syntax
    'Declaration
     
    
    Public Property TopLeftCellBackgroundColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As GridBase
    Dim value As Xamarin.Forms.Color
     
    instance.TopLeftCellBackgroundColor = value
     
    value = instance.TopLeftCellBackgroundColor
    public Xamarin.Forms.Color TopLeftCellBackgroundColor {get; set;}
    See Also