FontDialog.AllowVerticalFonts Property

Definition

Gets or sets a value indicating whether the dialog box displays both vertical and horizontal fonts or only horizontal fonts.

public:
 property bool AllowVerticalFonts { bool get(); void set(bool value); };
public bool AllowVerticalFonts { get; set; }
member this.AllowVerticalFonts : bool with get, set
Public Property AllowVerticalFonts As Boolean

Property Value

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

Applies to

See also