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