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