 | UIArrowFont 属性 |
Sweet 开发框架
获取或设置控件显示的文字的字体。
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public override Font Font { get; set; }
Public Overrides Property Font As Font
Get
Set
abstract Font : Font with get, set
override Font : Font with get, set
属性值
类型:
FontThe font.
参见