'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DescriptionAttribute("Gets/sets the ImageList from which an image will be used.")> Public Overridable Property ImageList As System.Windows.Forms.ImageList
'Usage
Dim instance As NImageShape Dim value As System.Windows.Forms.ImageList instance.ImageList = value value = instance.ImageList
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Description("Gets/sets the ImageList from which an image will be used.")] public virtual System.Windows.Forms.ImageList ImageList {get; set;}