Input for WinForms | ComponentOne
C1.Framework Namespace / ImageElement Class / ImageElement Constructor / ImageElement Constructor(Style)
The Style object to use.

In This Topic
    ImageElement Constructor(Style)
    In This Topic
    Initializes a new instance of the ImageElement class with the specified style options.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As Style _
    )
    public ImageElement( 
       Style style
    )

    Parameters

    style
    The Style object to use.
    See Also