GridFontInfo.CreateFont method
Creates a font based on a font family, size, and style.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function CreateFont As Font
'Usage
Dim instance As GridFontInfo
Dim returnValue As Font
returnValue = instance.CreateFont()
public Font CreateFont()
Return value
Type: System.Drawing.Font
The font based on a font family, size, and style.