[]
        
(Showing Draft Content)

C1.Framework.IconElement.-ctor

IconElement Constructor

IconElement()

Initializes a new instance of the IconElement class.

Declaration
public IconElement()

IconElement(string)

Initializes a new instance of the IconElement class.

Declaration
public IconElement(string key)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

IconElement(C1Icon)

Initializes a new instance of the IconElement class.

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

The icon to show.

IconElement(C1Icon, Style)

Initializes a new instance of the IconElement class.

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

The icon to show.

Style style

The style of this IconElement.