[]
Creates a new instance of the CellDecorationIcon class.
public CellDecorationIcon(string src, int width, int height, IconPosition position)
Public Sub New(src As String, width As Integer, height As Integer, position As IconPosition)
Type | Name | Description |
---|---|---|
string | src | The icon src string. |
int | width | The icon width in pixels. |
int | height | The icon height in pixels. |
IconPosition | position | The icon position. |