Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.