Share via


GridIndicatorSettings.ShowForeColor property

Gets or sets a Boolean value that indicates whether to use the color specified in the IndicatorBand.Color property as the foreground color for the cell.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ShowForeColor As Boolean
    Get
    Set
'Usage
Dim instance As GridIndicatorSettings
Dim value As Boolean

value = instance.ShowForeColor

instance.ShowForeColor = value
public bool ShowForeColor { get; set; }

Property value

Type: System.Boolean
true to use the color specified in the IndicatorBand.Color property as the foreground color for the cell; otherwise false.

See also

Reference

GridIndicatorSettings class

GridIndicatorSettings members

Microsoft.PerformancePoint.Scorecards namespace