Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1IconTemplate Class / C1IconTemplate Constructor
The function that creates the icon. New instances must be created every time.


In This Topic
    C1IconTemplate Constructor
    In This Topic
    Initializes a new instance of the C1IconTemplate class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal createIcon As Func(Of C1Icon) _
    )
    'Usage
     
    
    Dim createIcon As Func(Of C1Icon)
     
    Dim instance As New C1IconTemplate(createIcon)
    public C1IconTemplate( 
       Func<C1Icon> createIcon
    )

    Parameters

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