Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / Picture Property


In This Topic
    Picture Property (IElement)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Property Picture As Image
    'Usage
     
    
    Dim instance As IElement
    Dim value As Image
     
    instance.Picture = value
     
    value = instance.Picture
    Image Picture {get; set;}
    See Also