'Declaration
<System.ComponentModel.DefaultValueAttribute("")> <System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed when the button is in Normal state.")> Public Property NormalImage As System.Drawing.Image
'Usage
Dim instance As NUIItemImageSet Dim value As System.Drawing.Image instance.NormalImage = value value = instance.NormalImage
[System.ComponentModel.DefaultValue("")] [System.ComponentModel.Description("Gets/sets the image to be displayed when the button is in Normal state.")] public System.Drawing.Image NormalImage {get; set;}