Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1PictureBox Class / Image Property

In This Topic
    Image Property (C1PictureBox)
    In This Topic
    Gets or sets the image displayed in the control.
    Syntax
    'Declaration
     
    
    Public Shadows Property Image As Image
    public new Image Image {get; set;}
    See Also