Control.FontStretch Property
Definition
Gets or sets the degree to which a font is condensed or expanded on the screen.
public:
property FontStretch FontStretch { FontStretch get(); void set(FontStretch value); };
FontStretch FontStretch();
void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
Public Property FontStretch As FontStretch
<control FontStretch="fontStretchMemberName"/>
Property Value
- Windows.UI.Text.FontStretch
One of the values that specifies the degree to which a font is condensed or expanded on the screen. The default is Normal.