Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ExplorerTaskPane Namespace / SmartExplorerTaskPane Class / MarginWidth Property


In This Topic
    MarginWidth Property
    In This Topic
    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(12)>
    <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(12)]
    [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