Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / Image Property


In This Topic
    Image Property (Picture)
    In This Topic
    Gets or sets the picture to display.
    Syntax
    'Declaration
     
    
    Public Overridable Property Image As Image
    'Usage
     
    
    Dim instance As Picture
    Dim value As Image
     
    instance.Image = value
     
    value = instance.Image
    public virtual Image Image {get; set;}
    See Also