[]
        
(Showing Draft Content)

C1.Framework.PolygonIconElement.-ctor

PolygonIconElement Constructor

PolygonIconElement()

Initializes a new instance of the PolygonIconElement class.

Declaration
public PolygonIconElement()

PolygonIconElement(string)

Initializes a new instance of the PolygonIconElement class.

Declaration
public PolygonIconElement(string key)
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)
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)
Parameters
Type Name Description
C1PolygonIcon icon

The icon to show.

Style style

The style of this IconElement.