页面树结构
转至元数据结尾
转至元数据起始

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

    public class MyPluginCommand : Command
    {
        [PercentageProperty]
        public double MyProperty { get; set; }
    }


在设计器中效果如下:

注意,标注PercentagePropertyAttribute的属性类型必须是 double,取值范围为 0 到 1。

  • 无标签