NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontDialog.AllowVerticalFonts

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);

Property Value

true if both vertical and horizontal fonts are allowed; otherwise, false. The default value is true.

See Also

FontDialog Class | FontDialog Members | System.WinForms Namespace | AllowScriptChange | AllowSimulations | AllowVectorFonts