'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the item.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Image As System.Drawing.Image
'Usage
Dim instance As NLightUIItem Dim value As System.Drawing.Image instance.Image = value value = instance.Image
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the image to be displayed by the item.")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Image Image {get; set;}