[]
Creates a new instance of the CellDecoration class.
public CellDecoration(ICornerFold cornerFold, IReadOnlyList<ICellDecorationIcon> icons)
| Type | Name | Description |
|---|---|---|
| ICornerFold | cornerFold | The corner fold. |
| IReadOnlyList<ICellDecorationIcon> | icons | The icons. |
Creates a new instance of the CellDecoration class.
public CellDecoration(ICornerFold cornerFold)
| Type | Name | Description |
|---|---|---|
| ICornerFold | cornerFold | The corner fold. |
Creates a new instance of the CellDecoration class.
public CellDecoration(IReadOnlyList<ICellDecorationIcon> icons)
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<ICellDecorationIcon> | icons | The icons. |