TextElement.FontStretch Propiedad

Definición

Obtiene o establece el ancho del glifo de la fuente de una familia que se va a seleccionar.

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 de propiedad

Uno de los nombres de constante FontStretch , especificando la extensión de fuente deseada. El valor predeterminado es Normal.

Se aplica a