Version

Margins Property

Returns the margins object used to modify the bounds used to position the controls in the ContainerControl
Syntax
'Declaration
 
Public ReadOnly Property Margins As Infragistics.Win.Margins
public Infragistics.Win.Margins Margins {get;}
Remarks

The Margins property returns an instance of a Infragistics.Win.Margins that can be used to adjust the area of the associated ContainerControl in which the controls will be arranged. By default, the component uses the System.Windows.Forms.Control.DisplayRectangle as the area within the container control that the controls will be arranged. The property values of the Margins will be used to adjust this rectangle. By default, the Left, Top, Bottom and Right as set to 0 so no adjustment of the display rectangle is made.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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