TextBlock.FontStretch Propiedad

Definición

Obtiene o establece la extensión de fuente para el contenido de texto de este 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"/>

Valor de propiedad

Extensión de fuente solicitada, como una constante FontStretch . El valor predeterminado es Normal.

Se aplica a