[]
        
(Showing Draft Content)

C1.Framework.FontIconElement.-ctor

FontIconElement Constructor

FontIconElement()

Initializes a new instance of the FontIconElement class.

Declaration
public FontIconElement()
Public Sub New()

FontIconElement(C1FontIcon)

Initializes a new instance of the FontIconElement class.

Declaration
public FontIconElement(C1FontIcon icon)
Public Sub New(icon As C1FontIcon)
Parameters
Type Name Description
C1FontIcon icon

The icon to show.

FontIconElement(C1FontIcon, Style)

Initializes a new instance of the FontIconElement class.

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

The icon to show.

Style style

The style of this IconElement.