Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItemCollection Class / InnerMargins Property


In This Topic
    InnerMargins Property
    In This Topic
    Gets or set the inner margins (inside the Borders) for this collection.
    Syntax
    'Declaration
     
    Public Property InnerMargins As Margins
    'Usage
     
    Dim instance As SmartItemCollection
    Dim value As Margins
     
    instance.InnerMargins = value
     
    value = instance.InnerMargins
    public Margins InnerMargins {get; set;}

    Property Value

    A Xceed.SmartUI.UIStyle.Margins structure representing the collection's inner margins.
    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