[]
        
(Showing Draft Content)

C1.Framework.PathIconElement.-ctor

PathIconElement Constructor

PathIconElement()

Initializes a new instance of the PathIconElement class.

Declaration
public PathIconElement()

PathIconElement(string)

Initializes a new instance of the PathIconElement class.

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

String used as a key to retrieve the image.

PathIconElement(C1PathIcon)

Initializes a new instance of the PathIconElement class.

Declaration
public PathIconElement(C1PathIcon icon)
Parameters
Type Name Description
C1PathIcon icon

The icon to show.

PathIconElement(C1PathIcon, Style)

Initializes a new instance of the PathIconElement class.

Declaration
public PathIconElement(C1PathIcon icon, Style style)
Parameters
Type Name Description
C1PathIcon icon

The icon to show.

Style style

The style of this IconElement.