TextElement.FontStretch Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.