 | EditorButton.CaptionFont 属性 |
获取或设置与当前按钮关联的文本的字体。
命名空间:
QGEditors.WinForms
程序集:
QGEditors.WinForms (在 QGEditors.WinForms.dll 中) 版本:0.0.2.16 (0.0.2.16)
语法public virtual Font CaptionFont { get; set; }
属性值
类型:
Font
要应用于由控件显示的文本的
Font。默认为
DefaultFont 属性的值。
参见