TextConstants.UndefinedFontStyle 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 style.
public:
static property FontStyle UndefinedFontStyle { FontStyle get(); };
static FontStyle UndefinedFontStyle();
public static FontStyle UndefinedFontStyle { get; }
var fontStyle = TextConstants.undefinedFontStyle;
Public Shared ReadOnly Property UndefinedFontStyle As FontStyle
Property Value
The undefined font style.
Remarks
When retrieving the font-style property, this value indicates that a range has at least two text runs with different values of that property. When setting the font-style 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.FontStyle property.