[]
        
(Showing Draft Content)

C1.WinUI.Core.C1IconTemplate.-ctor

C1IconTemplate Constructor

C1IconTemplate(Func<C1Icon>)

Initializes a new instance of the C1IconTemplate class.

Declaration
public C1IconTemplate(Func<C1Icon> createIcon)
Parameters
Type Name Description
Func<C1Icon> createIcon

The function that creates the icon. New instances must be created every time.