'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the alignment of the image (used when TreatAsOneEntity is false).")> Public Overridable Property ImageAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NImageAndTextItem Dim value As System.Drawing.ContentAlignment instance.ImageAlign = value value = instance.ImageAlign
[System.ComponentModel.Description("Gets/sets the alignment of the image (used when TreatAsOneEntity is false).")] public virtual System.Drawing.ContentAlignment ImageAlign {get; set;}