ContentPresenter.FontStretch Proprietà

Definizione

Ottiene o imposta l'estensione del tipo di carattere per il contenuto di testo presentato da ContentPresenter.

public:
 property FontStretch FontStretch { FontStretch get(); void set(FontStretch value); };
FontStretch FontStretch();

void FontStretch(FontStretch value);
public FontStretch FontStretch { get; set; }
var fontStretch = contentPresenter.fontStretch;
contentPresenter.fontStretch = fontStretch;
Public Property FontStretch As FontStretch
<ContentPresenter FontStretch="fontStretchMemberName"/>

Valore della proprietà

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

Si applica a