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


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