Condividi tramite


TextElement.FontStretch Proprietà

Definizione

Ottiene o imposta la larghezza del glifo del tipo di carattere in una famiglia da selezionare.

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

Valore della proprietà

Uno dei nomi delle costanti FontStretch , specificando l'estensione del tipo di carattere desiderato. Il valore predefinito è Normal.

Si applica a