VisualizationStyleSet.BackgroundColor property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property BackgroundColor As String
Get
Set
'Usage
Dim instance As VisualizationStyleSet
Dim value As String
value = instance.BackgroundColor
instance.BackgroundColor = value
public string BackgroundColor { get; set; }
Property value
Type: System.String