[]
创建 CellDecoration 类的新实例。
public CellDecoration(ICornerFold cornerFold, IReadOnlyList<ICellDecorationIcon> icons)
| Type | Name | Description |
|---|---|---|
| ICornerFold | cornerFold | 折角。 |
| IReadOnlyList<ICellDecorationIcon> | icons | 图标。 |
创建 CellDecoration 类的新实例。
public CellDecoration(ICornerFold cornerFold)
| Type | Name | Description |
|---|---|---|
| ICornerFold | cornerFold | 折角。 |
创建 CellDecoration 类的新实例。
public CellDecoration(IReadOnlyList<ICellDecorationIcon> icons)
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<ICellDecorationIcon> | icons | 图标。 |