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