ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / ImageElement Class / Image Property

In This Topic
    Image Property (ImageElement)
    In This Topic
    Gets or sets the reference to the Image object to show.
    Syntax
    'Declaration
     
    Public Property Image As System.Drawing.Image
    public System.Drawing.Image Image {get; set;}
    See Also