'Declaration
Public Property CursorBackgroundColor As Nullable(Of Color)
'Usage
Dim instance As GridBase Dim value As Nullable(Of Color) instance.CursorBackgroundColor = value value = instance.CursorBackgroundColor
public Nullable<Color> CursorBackgroundColor {get; set;}