Skip to content

字体属性

此特性为活字格V9.0.100.0新增功能

csharp
    public class MyPluginCommand : Command
    {
        [FontFamilyProperty]
        public string FontFamily { get; set; }
    }

在设计器中效果如下

1693549705417-dd4ae5d6-a589-4272-bbdc-0c016846a101.png

注意,标注FontFamilyProperty的属性类型必须是 string 默认值为主题字体

更新: 2023-11-02 09:47:57
原文: https://www.yuque.com/robert-bh51n/ea8l6c/ry9a9ztc0gsgffga