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 As Style _
)
public ImageElement(
Style
)
Parameters
- style
- The Style object to use.
See Also