TextElement.FontStretch Property

Definition

Gets or sets the glyph width of the font in a family to select.

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

Property Value

One of the FontStretch constant names, specifying the desired font stretch. The default is Normal.

Applies to