'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the image to draw.")> Public Property Image As System.Drawing.Image
'Usage
Dim instance As NDrawImageInfo Dim value As System.Drawing.Image instance.Image = value value = instance.Image
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the image to draw.")] public System.Drawing.Image Image {get; set;}