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


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