Share via


XmlFont.Style property

Gets or sets the font style.

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

Syntax

'Declaration
Public Property Style As FontStyle
    Get
    Set
'Usage
Dim instance As XmlFont
Dim value As FontStyle

value = instance.Style

instance.Style = value
public FontStyle Style { get; set; }

Property value

Type: System.Drawing.FontStyle
The font style.

See also

Reference

XmlFont class

XmlFont members

Microsoft.PerformancePoint.Scorecards namespace