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 public FontStretch DefaultFontStretch { get; }
Property Value
Type:
FontStretchRemarks Font stretch indicates the degree to which the font is stretched, compared to the normal aspect ratio of that font.
See Also