'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;}