ダイアログ ボックスに縦書きと横書きのフォントを両方とも表示するのか、横書きフォントだけを表示するのかを示す値を取得または表示します。
Public Property AllowVerticalFonts As Boolean
[C#]
public bool AllowVerticalFonts {get; set;}
[C++]
public: __property bool get_AllowVerticalFonts();public: __property void set_AllowVerticalFonts(bool);
[JScript]
public function get AllowVerticalFonts() : Boolean;public function set AllowVerticalFonts(Boolean);
プロパティ値
縦書きと横書きのフォントを両方とも使用できる場合は true 。それ以外の場合は false 。既定値は true です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
FontDialog クラス | FontDialog メンバ | System.Windows.Forms 名前空間 | AllowScriptChange | AllowSimulations | AllowVectorFonts