Share via


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.

See also

Reference

GridColor class

GridColor members

Microsoft.PerformancePoint.Scorecards namespace