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