'Declaration <DescriptionAttribute("The alignment of the button's text.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <LocalizableAttribute(True)> Public Property TextAlign As ContentAlignment
'Usage Dim instance As WinButton Dim value As ContentAlignment instance.TextAlign = value value = instance.TextAlign
[Description("The alignment of the button's text.")] [Category("Appearance")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] [Localizable(true)] public ContentAlignment TextAlign {get; set;}