TextBlock.FontStretch Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’étendue de police pour le contenu du texte dans cet élément.
public:
property FontStretch FontStretch { FontStretch get(); void set(FontStretch value); };
FontStretch FontStretch();
void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = textBlock.fontStretch;
textBlock.fontStretch = fontStretch;
Public Property FontStretch As FontStretch
<TextBlock FontStretch="fontStretchMemberName"/>
Valeur de propriété
Étirement de police demandé, en tant que constante FontStretch . La valeur par défaut est Normal.