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