Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / Picture Property


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