TextElement.FontStretch Propriedade

Definição

Obtém ou define a largura do glifo da fonte em uma família a ser selecionada.

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

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

Valor da propriedade

Um dos nomes de constante FontStretch , especificando o trecho de fonte desejado. O padrão é Normal.

Aplica-se a