[]
        
(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)
Public Shared Function CreateElement(icon As C1Icon) As IconElement
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)
Public Shared Function CreateElement(icon As C1Icon, style As Style) As IconElement
Parameters
Type Name Description
C1Icon icon

The icon to show.

Style style

The style of this IconElement.

Returns
Type Description
IconElement