'Declaration
<System.ComponentModel.DescriptionAttribute("Determines whether to automatically paint the image.")> Public Overridable Property AutoPaintImage As System.Boolean
'Usage
Dim instance As NImageAndTextItem Dim value As System.Boolean instance.AutoPaintImage = value value = instance.AutoPaintImage
[System.ComponentModel.Description("Determines whether to automatically paint the image.")] public virtual System.bool AutoPaintImage {get; set;}