'Declaration
<System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Overridable Property TextAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NCheckBox Dim value As System.Drawing.ContentAlignment instance.TextAlign = value value = instance.TextAlign
[System.ComponentModel.Localizable(true)] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public virtual System.Drawing.ContentAlignment TextAlign {get; set;}