'Declaration <DescriptionAttribute("The flat style appearance of the checkbox.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property FlatStyle As FlatStyle
'Usage Dim instance As WinCheckBox Dim value As FlatStyle instance.FlatStyle = value value = instance.FlatStyle
[Description("The flat style appearance of the checkbox.")] [Category("Appearance")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public FlatStyle FlatStyle {get; set;}