'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the alignment of the check box (if any) within node's bounding rect.")> Public Property CheckAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NLightUIItem Dim value As System.Drawing.ContentAlignment instance.CheckAlign = value value = instance.CheckAlign
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the alignment of the check box (if any) within node's bounding rect.")] public System.Drawing.ContentAlignment CheckAlign {get; set;}