Input for WinForms | ComponentOne
C1.Framework Namespace / PolygonIconElement Class / PolygonIconElement Constructor / PolygonIconElement Constructor(C1PolygonIcon,Style)
The icon to show.
The style of this IconElement.

In This Topic
    PolygonIconElement Constructor(C1PolygonIcon,Style)
    In This Topic
    Initializes a new instance of the PolygonIconElement class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal icon As C1PolygonIcon, _
       ByVal style As Style _
    )
    public PolygonIconElement( 
       C1PolygonIcon icon,
       Style style
    )

    Parameters

    icon
    The icon to show.
    style
    The style of this IconElement.
    See Also