Input for WinForms | ComponentOne
C1.Framework Namespace / PolygonIconElement Class / PolygonIconElement Constructor / PolygonIconElement Constructor(C1PolygonIcon)
The icon to show.

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

    Parameters

    icon
    The icon to show.
    See Also