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