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