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