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