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