'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the mode used to fit the current image in the available image bounds.")> Public Overridable Property ImageSizeMode As ImageSizeMode
'Usage
Dim instance As NImageAndTextItem Dim value As ImageSizeMode instance.ImageSizeMode = value value = instance.ImageSizeMode
[System.ComponentModel.Description("Gets/sets the mode used to fit the current image in the available image bounds.")] public virtual ImageSizeMode ImageSizeMode {get; set;}