Share via


TextBlock.FontStretch Propriété

Définition

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.

S’applique à