FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / Picture Property


In This Topic
Picture Property (MultiSideShape)
In This Topic
Gets or sets an image for this element.
Syntax
'Declaration
 
Public Overridable Property Picture As Image
 
'Usage
 
Dim instance As MultiSideShape
Dim value As Image
 
instance.Picture = value
 
value = instance.Picture
See Also