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