'Declaration <DescriptionAttribute("The width of the Tool's caption.")> <CategoryAttribute("Appearance")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property TextWidth As Integer
'Usage Dim instance As Tool Dim value As Integer instance.TextWidth = value value = instance.TextWidth
[Description("The width of the Tool's caption.")] [Category("Appearance")] [DefaultValue()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public int TextWidth {get; set;}