Font.GdiVerticalFont 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得布林值,指示這個 Font 是否衍生自 GDI 垂直字型。
public:
property bool GdiVerticalFont { bool get(); };
public bool GdiVerticalFont { get; }
member this.GdiVerticalFont : bool
Public ReadOnly Property GdiVerticalFont As Boolean
屬性值
true
如果這是 Font 衍生自 GDI 垂直字型,則為 , false
否則為 。
備註
使用此屬性可判斷字型是否與非 Unicode 平臺上的原生 Win32 控件相容。
GdiVerticalFont只有在從傳統 GDI 建立此字型時,才會傳回true
字型定義,例如 LOGFONT 或 HFONT。