FontDialog.AllowVerticalFonts 属性

定义

获取或设置一个值,该值指示对话框是既显示垂直字体又显示水平字体,还是只显示水平字体。

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

属性值

Boolean

如果垂直和水平字体都允许,值为 true;反之,值为 false。 默认值是 true

适用于

另请参阅