TextConstants.UndefinedFontStretch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.