Gets or sets a value indicating whether the dialog box displays both vertical and horizontal fonts or only horizontal fonts.
[Visual Basic] 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 if both vertical and horizontal fonts are allowed; otherwise, false. The default value is true.
FontDialog Class | FontDialog Members | System.WinForms Namespace | AllowScriptChange | AllowSimulations | AllowVectorFonts