'Declaration Public Property Value As Nullable(Of Color)
'Declaration
Public Property Value As Nullable(Of Color)
public Nullable<Color> Value {get; set;}
InputColor Class InputColor Members