'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the image to be displayed by the large button associated with the band.")> Public Property Image As System.Drawing.Image
'Usage
Dim instance As NNavigationPaneBand Dim value As System.Drawing.Image instance.Image = value value = instance.Image
[System.ComponentModel.Description("Gets/sets the image to be displayed by the large button associated with the band.")] public System.Drawing.Image Image {get; set;}