TextBlock.FontStretch Proprietà

Definizione

Ottiene o imposta l'estensione del carattere per il contenuto di testo in questo elemento.

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

Valore della proprietà

Estensione del tipo di carattere richiesto, come costante FontStretch . Il valore predefinito è Normal.

Si applica a