[]
        
(Showing Draft Content)

C1.Framework.VectorIconElement.-ctor

VectorIconElement Constructor

VectorIconElement()

Initializes a new instance of the VectorIconElement class.

Declaration
public VectorIconElement()

VectorIconElement(string)

Initializes a new instance of the VectorIconElement class.

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

String used as a key to retrieve the image.

VectorIconElement(C1VectorIcon)

Initializes a new instance of the C1VectorIcon class.

Declaration
public VectorIconElement(C1VectorIcon icon)
Parameters
Type Name Description
C1VectorIcon icon

The icon to show.

VectorIconElement(C1VectorIcon, Style)

Initializes a new instance of the VectorIconElement class.

Declaration
public VectorIconElement(C1VectorIcon icon, Style style)
Parameters
Type Name Description
C1VectorIcon icon

The icon to show.

Style style

The style of this IconElement.