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


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