Share via


XmlFont.ToFont method

Returns the XML font format.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function ToFont As Font
'Usage
Dim instance As XmlFont
Dim returnValue As Font

returnValue = instance.ToFont()
public Font ToFont()

Return value

Type: System.Drawing.Font
The XML font format.

Remarks

ToFont() is used by the FontSerializer.Deserialize method.

See also

Reference

XmlFont class

XmlFont members

Microsoft.PerformancePoint.Scorecards namespace