TextBlock.FontStretch Eigenschaft

Definition

Ruft den Schriftgrad für den Textinhalt in diesem Element ab oder legt diesen fest.

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

Eigenschaftswert

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

Gilt für: