[]
此特性为活字格V9.1新增功能。
public class MyPluginCommand : Command { [FontFamilyProperty] public string FontFamily { get; set; } }
在设计器中效果如下:
注意:标注FontFamilyProperty的属性类型必须是 string 默认值为主题字体。