[]
Indicates the cell decoration.
public class CellDecoration : ICellDecoration
Creates a new instance of the CellDecoration class.
public CellDecoration(ICornerFold cornerFold)
cornerFold
ICornerFoldThe corner fold.
Creates a new instance of the CellDecoration class.
public CellDecoration(ICornerFold cornerFold, IReadOnlyList<ICellDecorationIcon> icons)
cornerFold
ICornerFoldThe corner fold.
icons
IReadOnlyList<ICellDecorationIcon>The icons.
Creates a new instance of the CellDecoration class.
public CellDecoration(IReadOnlyList<ICellDecorationIcon> icons)
icons
IReadOnlyList<ICellDecorationIcon>The icons.
Gets the corner fold of the cell decoration.
public ICornerFold CornerFold { get; }
Gets the corner fold of the cell decoration.
public IReadOnlyList<ICellDecorationIcon> Icons { get; }