[]
Creates a new instance of the CellDecoration class.
public CellDecoration(ICornerFold cornerFold, IReadOnlyList<ICellDecorationIcon> icons)
Public Sub New(cornerFold As ICornerFold, icons As IReadOnlyList(Of ICellDecorationIcon))
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)
Public Sub New(cornerFold As ICornerFold)
Type | Name | Description |
---|---|---|
ICornerFold | cornerFold | The corner fold. |
Creates a new instance of the CellDecoration class.
public CellDecoration(IReadOnlyList<ICellDecorationIcon> icons)
Public Sub New(icons As IReadOnlyList(Of ICellDecorationIcon))
Type | Name | Description |
---|---|---|
IReadOnlyList<ICellDecorationIcon> | icons | The icons. |