GridColor.ToColor Method
Converts this object to a Color object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function ToColor As Color
'Usage
Dim instance As GridColor
Dim returnValue As Color
returnValue = instance.ToColor()
public Color ToColor()
Return Value
Type: System.Drawing.Color
The equivalent of this object.