この Font オブジェクトが GDI 縦書きフォントから派生したものかどうかを示す Boolean 値を取得します。
Public ReadOnly Property GdiVerticalFont As Boolean
[C#]
public bool GdiVerticalFont {get;}
[C++]
public: __property bool get_GdiVerticalFont();
[JScript]
public function get GdiVerticalFont() : Boolean;
プロパティ値
この Font オブジェクトが GDI 縦書きフォントから派生したものである場合、このプロパティは true を返します。それ以外の場合は false を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ