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 public FontStyle DefaultFontStyle { get; }
Property Value
Type:
FontStyleRemarks Font style indicates whether a typeface is oblique, or italic, or the default.
See Also