Control.FontStretch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
var fontStretch = control.fontStretch;
control.fontStretch = fontStretch;
Public Property FontStretch As FontStretch
<control FontStretch="fontStretchMemberName"/>
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.