TextBlock.FontStretch Propriedade

Definição

Obtém ou define o alongamento de fonte para o conteúdo de texto neste 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 da propriedade

O alongamento de fonte solicitado, como uma constante FontStretch . O padrão é Normal.

Aplica-se a