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

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

Property Value

Type: FontWeight
Remarks
Font weight indicates the density of a typeface, in terms of the lightness or heaviness of the strokes.
See Also