TextElement.FontStretch Propriété

Définition

Obtient ou définit la largeur du glyphe de la police dans une famille à sélectionner.

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

Valeur de propriété

Un des noms de constante FontStretch , spécifiant l’étendue de police souhaitée. La valeur par défaut est Normal.

S’applique à