Click or drag to resize
CanvasFontFaceWeight Property
Gets the weight of this font.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public FontWeight Weight { 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