[]
        
(Showing Draft Content)

C1.Framework.IconElement.CreateElement

CreateElement Method

CreateElement(C1Icon)

Creates the IconElement to show the C1Icon.

Declaration
public static IconElement CreateElement(C1Icon icon)
Parameters
Type Name Description
C1Icon icon

The icon to show.

Returns
Type Description
IconElement

CreateElement(C1Icon, Style)

Creates the IconElement to show the C1Icon.

Declaration
public static IconElement CreateElement(C1Icon icon, Style style)
Parameters
Type Name Description
C1Icon icon

The icon to show.

Style style

The style of this IconElement.

Returns
Type Description
IconElement