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; }
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.

Applies to