'Declaration
<System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <SRDescriptionAttribute("CheckBoxCheckAlignDescr")> Public Property CheckAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NCheckBox Dim value As System.Drawing.ContentAlignment instance.CheckAlign = value value = instance.CheckAlign
[System.ComponentModel.Bindable(true)] [System.ComponentModel.Localizable(true)] [SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [SRDescription("CheckBoxCheckAlignDescr")] public System.Drawing.ContentAlignment CheckAlign {get; set;}