'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the relation between the image and the text.")> Public Overridable Property ImageTextRelation As ImageTextRelation
'Usage
Dim instance As NImageAndTextItem Dim value As ImageTextRelation instance.ImageTextRelation = value value = instance.ImageTextRelation
[System.ComponentModel.Description("Gets/sets the relation between the image and the text.")] public virtual ImageTextRelation ImageTextRelation {get; set;}