Xceed SmartUI for WinForms v3.6 Documentation
MarginWidth Property


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ExplorerTaskPane Namespace > SmartExplorerTaskPane Class : MarginWidth Property
Gets or sets the width of the margin surrounding the SmartExplorerTaskPane.
Syntax
'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;}

Property Value

A value representing the width of the margin surrounding the SmartExplorerTaskPane. By default, 12 pixels.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartExplorerTaskPane Class
SmartExplorerTaskPane Members