[]
Indicates the icon of cell decoration.
public class CellDecorationIcon : ICellDecorationIcon
Creates a new instance of the CellDecorationIcon class.
public CellDecorationIcon(string src, int width, int height, IconPosition position)
src stringThe icon src string.
width intThe icon width in pixels.
height intThe icon height in pixels.
position IconPositionThe icon position.
Gets the icon height in pixels.
public int Height { get; }
Gets the icon position.
public IconPosition Position { get; }
Gets the icon src string.
public string Src { get; }
Gets the icon width in pixels.
public int Width { get; }