[]
        
(Showing Draft Content)

C1.Framework.PathIconElement.-ctor

PathIconElement Constructor

PathIconElement()

Initializes a new instance of the PathIconElement class.

Declaration
public PathIconElement()
Public Sub New()

PathIconElement(string)

Initializes a new instance of the PathIconElement class.

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

The icon to show.

Style style

The style of this IconElement.