TextConstants.UndefinedFloatValue 属性

定义

获取未定义的浮点值。

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

属性值

Single

float

未定义的浮点值。

注解

检索浮点格式属性时,此值指示一个区域至少有两个文本运行该属性的不同值。 设置此类属性时,此值指示该属性未定义;也就是说,如果将 ITextCharacterFormatITextParagraphFormat 应用于某个区域,则不会应用它。 此值与 ITextCharacterFormat.Size 等属性一起使用。

适用于