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