[]
Represents an icon in a cell decoration.
public interface ICellDecorationIcon
Public Interface ICellDecorationIcon
ICellDecorationIcon icon = new CellDecorationIcon(
"data:image/svg+xml;base64,PHN2Zz4=", 12, 16, IconPosition.OutsideRight);
IconPosition position = icon.Position;
| Name | Description |
|---|---|
| Height | Gets the icon height in pixels. |
| Position | Gets the icon position. |
| Src | Gets the icon src string. |
| Width | Gets the icon width in pixels. |