Skip to content

百分比属性

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

csharp
    public class MyPluginCellType : CellType
    {
        [PercentageProperty]
        public double MyProperty { get; set; }
    }

在设计器中效果如下

1680864768173-ea2f6d83-d4cb-4d47-af06-ad0cf0266299.png

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

更新: 2023-04-07 18:54:54
原文: https://www.yuque.com/robert-bh51n/ea8l6c/eag0rfprka5uhuls