Control.FontStretch Propriété

Définition

Obtient ou définit le degré auquel une police est condensée ou étendue à l’écran.

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"/>

Valeur de propriété

Une des valeurs qui spécifie le degré de condensé ou de développement d’une police à l’écran. La valeur par défaut est Normal.

S’applique à