Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / IconInfo Structure / IconInfo Constructor
The template of the icon.
The color of the icon

In This Topic
    IconInfo Constructor
    In This Topic
    Record used to provide the icon-sets information.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal IconTemplate As C1IconTemplate, _
       ByVal IconColor As EnumColor _
    )
    public IconInfo( 
       C1IconTemplate IconTemplate,
       EnumColor IconColor
    )

    Parameters

    IconTemplate
    The template of the icon.
    IconColor
    The color of the icon
    See Also