'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the alignment of the image when ImageTextRelation is None.")> Public Property ImageAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NLightUIItem Dim value As System.Drawing.ContentAlignment instance.ImageAlign = value value = instance.ImageAlign
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the alignment of the image when ImageTextRelation is None.")] public System.Drawing.ContentAlignment ImageAlign {get; set;}