GridIndicatorSettings.ShowBackColor Property
Gets or sets a Boolean value that indicates whether to use the color specified in the IndicatorBand.BackColor property as the background color for the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ShowBackColor As Boolean
Get
Set
'Usage
Dim instance As GridIndicatorSettings
Dim value As Boolean
value = instance.ShowBackColor
instance.ShowBackColor = value
public bool ShowBackColor { get; set; }
Property Value
Type: System.Boolean
true to use the color specified in the IndicatorBand.BackColor property as the background color for the cell; otherwise false.