[]
        
(Showing Draft Content)

C1.Framework.IconElement.-ctor

IconElement Constructor

IconElement()

Initializes a new instance of the IconElement class.

Declaration
public IconElement()
Public Sub New()

IconElement(string)

Initializes a new instance of the IconElement class.

Declaration
public IconElement(string key)
Public Sub New(key As String)
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)
Public Sub New(icon As C1Icon)
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)
Public Sub New(icon As C1Icon, style As Style)
Parameters
Type Name Description
C1Icon icon

The icon to show.

Style style

The style of this IconElement.