'Declaration <DescriptionAttribute("The horizontal and vertical alignment of the checkbox in the WinCheckBox control.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <CategoryAttribute("Appearance")> Public Property CheckAlign As ContentAlignment
'Usage Dim instance As WinCheckBox Dim value As ContentAlignment instance.CheckAlign = value value = instance.CheckAlign
[Description("The horizontal and vertical alignment of the checkbox in the WinCheckBox control.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Category("Appearance")] public ContentAlignment CheckAlign {get; set;}