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