Xceed SmartUI for WinForms v3.6 Documentation
InnerMargins Property


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItemCollection Class : InnerMargins Property
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

Reference

SmartItemCollection Class
SmartItemCollection Members
Margins Property
OuterMargins Property
Borders Property