Spread Windows Forms 12.0 Product Documentation
Picture Property (PSObject)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > PSObject Class : Picture Property
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

Reference

PSObject Class
PSObject Members