XmlFont constructor (Font)
Initializes a new instance of the XmlFont class with the specified font.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
f As Font _
)
'Usage
Dim f As Font
Dim instance As New XmlFont(f)
public XmlFont(
Font f
)
Parameters
f
Type: System.Drawing.FontThe specified font.