TextConstants.UndefinedFontStretch Property

Definition

Gets the undefined font stretch value.

public:
 static property FontStretch UndefinedFontStretch { FontStretch get(); };
static FontStretch UndefinedFontStretch();
public static FontStretch UndefinedFontStretch { get; }
var fontStretch = TextConstants.undefinedFontStretch;
Public Shared ReadOnly Property UndefinedFontStretch As FontStretch

Property Value

The undefined font stretch value.

Remarks

When retrieving the font-stretch property, this value indicates that a range has at least two text runs with different values of that property. When setting a font-stretch property, this value indicates that the property is undefined; that is, it will not be applied if the ITextCharacterFormat is applied to a range. This value is used with the ITextCharacterFormat.FontStretch property.

Applies to