GridFormatInfo.BackColor Property
Gets or sets the background color of the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property BackColor As GridColor
Get
Set
'Usage
Dim instance As GridFormatInfo
Dim value As GridColor
value = instance.BackColor
instance.BackColor = value
public GridColor BackColor { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridColor
The background color of the cell.