共用方式為


TextConstants.UndefinedFontStretch 屬性

定義

取得未定義的字型延展值。

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

屬性值

未定義的字型延展值。

備註

擷取字型延展屬性時,這個值表示某個範圍至少有兩個文字會以該屬性的不同值執行。 設定字型延展屬性時,這個值表示屬性未定義;也就是說,如果 ITextCharacterFormat 套用至某個範圍,則不會套用它。 這個值會與 ITextCharacterFormat.FontStretch 屬性搭配使用。

適用於