'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the size used to calculate the bounds into which to paint the current image.")> Public Overridable Property ImageSize As NSize
'Usage
Dim instance As NImageAndTextItem Dim value As NSize instance.ImageSize = value value = instance.ImageSize
[System.ComponentModel.Description("Gets/sets the size used to calculate the bounds into which to paint the current image.")] public virtual NSize ImageSize {get; set;}