'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the relation between the image and text displayed by the item.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ImageTextRelation As ImageTextRelation
'Usage
Dim instance As NLightUIItem Dim value As ImageTextRelation instance.ImageTextRelation = value value = instance.ImageTextRelation
[System.ComponentModel.Description("Gets/sets the relation between the image and text displayed by the item.")] [System.Xml.Serialization.XmlAttribute()] public ImageTextRelation ImageTextRelation {get; set;}