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等屬性搭配使用。

適用於