Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 745 Bytes

control_fontstretch.md

File metadata and controls

33 lines (22 loc) · 745 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.Control.FontStretch
winrt property

Windows.UI.Xaml.Controls.Control.FontStretch

-description

Gets or sets the degree to which a font is condensed or expanded on the screen.

-xaml-syntax

<control FontStretch="fontStretchMemberName"/>

-xaml-values

fontStretchMemberName
fontStretchMemberNameA FontStretch constant name, such as Condensed, Normal, or Expanded.
## -property-value One of the values that specifies the degree to which a font is condensed or expanded on the screen. The default is **Normal**.

-remarks

-examples

-see-also