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

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

Property Value

Type: FontStretch
Remarks
Font stretch indicates the degree to which the font is stretched, compared to the normal aspect ratio of that font.
See Also