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.