'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the source rectangle from the image to be rendered.")> Public Overridable Property ImageSourceRect As System.Drawing.Rectangle
'Usage
Dim instance As NImageAndTextItem Dim value As System.Drawing.Rectangle instance.ImageSourceRect = value value = instance.ImageSourceRect
[System.ComponentModel.Description("Gets/sets the source rectangle from the image to be rendered.")] public virtual System.Drawing.Rectangle ImageSourceRect {get; set;}