ContentPresenter.FontStretch Eigenschaft

Definition

Ruft den Schriftgrad für den Textinhalt ab, der vom ContentPresenter präsentiert wird, oder legt diese fest.

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

Eigenschaftswert

Die angeforderte Schriftartstrecke als FontStretch-Konstante . Der Standardwert ist Normal.

Gilt für: