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