다음을 통해 공유


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