'Declaration Function GetBackgroundColor() As Nullable(Of Color)
'Usage Dim instance As IActualValue Dim value As Nullable(Of Color) value = instance.GetBackgroundColor()
Nullable<Color> GetBackgroundColor()
Return Value
The color of the background.
'Declaration Function GetBackgroundColor() As Nullable(Of Color)
'Usage Dim instance As IActualValue Dim value As Nullable(Of Color) value = instance.GetBackgroundColor()
Nullable<Color> GetBackgroundColor()