Xceed SmartUI for WinForms v3.6 Documentation
OuterMargins Property


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartItemCollection Class : OuterMargins Property
Gets or sets the outer margins (outside the Borders) for this collection.
Syntax
'Declaration
 
Public Property OuterMargins As Margins
'Usage
 
Dim instance As SmartItemCollection
Dim value As Margins
 
instance.OuterMargins = value
 
value = instance.OuterMargins
public Margins OuterMargins {get; set;}

Property Value

A Xceed.SmartUI.UIStyle.Margins structure representing the collection's outer 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
InnerMargins Property
Borders Property