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