'Declaration <DescriptionAttribute("The spacing between the groups in a SmartExplorerTaskPane")> <CategoryAttribute("Layout")> <DefaultValueAttribute()> <BrowsableAttribute(True)> <MergablePropertyAttribute(True)> <LocalizableAttribute(False)> Public Property GroupSpacing As Integer
'Usage Dim instance As SmartExplorerTaskPane Dim value As Integer instance.GroupSpacing = value value = instance.GroupSpacing
[Description("The spacing between the groups in a SmartExplorerTaskPane")] [Category("Layout")] [DefaultValue()] [Browsable(true)] [MergableProperty(true)] [Localizable(false)] public int GroupSpacing {get; set;}