[]
        
(Showing Draft Content)

C1.Framework.PolygonIconElement.-ctor

PolygonIconElement Constructor

PolygonIconElement()

Initializes a new instance of the PolygonIconElement class.

Declaration
public PolygonIconElement()
Public Sub New()

PolygonIconElement(string)

Initializes a new instance of the PolygonIconElement class.

Declaration
public PolygonIconElement(string key)
Public Sub New(key As String)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

PolygonIconElement(C1PolygonIcon)

Initializes a new instance of the PolygonIconElement class.

Declaration
public PolygonIconElement(C1PolygonIcon icon)
Public Sub New(icon As C1PolygonIcon)
Parameters
Type Name Description
C1PolygonIcon icon

The icon to show.

PolygonIconElement(C1PolygonIcon, Style)

Initializes a new instance of the PolygonIconElement class.

Declaration
public PolygonIconElement(C1PolygonIcon icon, Style style)
Public Sub New(icon As C1PolygonIcon, style As Style)
Parameters
Type Name Description
C1PolygonIcon icon

The icon to show.

Style style

The style of this IconElement.