FontDialog.AllowVerticalFonts Propiedad

Definición

Obtiene o establece un valor que indica si el cuadro de diálogo muestra tanto fuentes horizontales como verticales o solo fuentes horizontales.

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

Valor de propiedad

Boolean

Es true si se permiten las fuentes verticales y horizontales; de lo contrario, es false. El valor predeterminado es true.

Se aplica a

Consulte también