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


In This Topic
    Picture Property (PSObject)
    In This Topic
    Gets or sets an image for this element.
    Syntax
    'Declaration
     
    
    Public Overrides Property Picture As Image
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Image
     
    instance.Picture = value
     
    value = instance.Picture
    public override Image Picture {get; set;}
    See Also