GridColor Constructor (Color)
Initializes a new instance of the GridColor class based on a Color object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
color As Color _
)
'Usage
Dim color As Color
Dim instance As New GridColor(color)
public GridColor(
Color color
)
Parameters
color
Type: System.Drawing.ColorThe color to copy.