FontIconElement Constructor(C1FontIcon,Style)
In This Topic
Initializes a new instance of the FontIconElement class.
Syntax
'Declaration
Public Function New( _
ByVal As C1FontIcon, _
ByVal As Style _
)
public FontIconElement(
C1FontIcon ,
Style
)
Parameters
- icon
- The icon to show.
- style
- The style of this IconElement.
See Also