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