Image Property (FillInfo)
In This Topic
Gets or sets the image.
Syntax
'Declaration
Public Property Image As Image
'Usage
Dim instance As FillInfo
Dim value As Image
instance.Image = value
value = instance.Image
public Image Image {get; set;}
Property Value
The image.
See Also