[]
Initializes a new instance of the C1IconTemplate class.
public C1IconTemplate()
Initializes a new instance of the C1IconTemplate class.
public C1IconTemplate(Func<C1Icon> createIcon)
Type | Name | Description |
---|---|---|
Func<C1Icon> | createIcon | The function that creates the icon. New instances must be created every time. |