[]
        
(Showing Draft Content)

C1.Framework.VectorIconElement.-ctor

VectorIconElement Constructor

VectorIconElement()

Initializes a new instance of the VectorIconElement class.

Declaration
public VectorIconElement()
Public Sub New()

VectorIconElement(string)

Initializes a new instance of the VectorIconElement class.

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

The icon to show.

Style style

The style of this IconElement.