Xceed SmartUI for WinForms v3.6 Documentation
Margins Property


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItemCollection Class : Margins Property
Gets the margins for this collection. It represents the sum of the InnerMargins, OuterMargins and Borders to which the space required to display the scrollbars is added if needed.
Syntax
'Declaration
 
Public ReadOnly Property Margins As Margins
'Usage
 
Dim instance As SmartItemCollection
Dim value As Margins
 
value = instance.Margins
public Margins Margins {get;}

Property Value

A Xceed.SmartUI.UIStyle.Margins structure representing the sum of the InnerMargins, OuterMargins and Borders to which the space required to display the scrollbars is added if needed.
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
InnerMargins Property
OuterMargins Property