TextConstants.UndefinedFloatValue 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 floating-point value.
public:
static property float UndefinedFloatValue { float get(); };
static float UndefinedFloatValue();
public static float UndefinedFloatValue { get; }
var single = TextConstants.undefinedFloatValue;
Public Shared ReadOnly Property UndefinedFloatValue As Single
Property Value
float
The undefined floating-point value.
Remarks
When retrieving a floating-point format property, this value indicates that a range has at least two text runs with different values of that property. When setting such a property, this value indicates that the property is undefined; that is, it will not be applied if the ITextCharacterFormat or ITextParagraphFormat is applied to a range. This value is used with properties such as ITextCharacterFormat.Size.