Click or drag to resize
CanvasTextLayoutDefaultFontStyle Property
Specifies the font style for ranges of the layout without an explicitly specified font style.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public FontStyle DefaultFontStyle { get; }

Property Value

Type: FontStyle
Remarks
Font style indicates whether a typeface is oblique, or italic, or the default.
See Also