Image Property (ImageElement)
In This Topic
Gets or sets the image to display in unbound mode. It may consist of several parts. Only one part of a compound image can be displayed at a time.
Syntax
'Declaration
Public Property Image As Image
public Image Image {get; set;}
See Also