1 override of Margin
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
624
public override Padding
Margin
{
7 references to Margin
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (7)
186
Size elementConstraints = new Size(Int32.MaxValue, rowBounds.Height - elementProxy.
Margin
.Size.Height);
190
elementConstraints.Width = rowBounds.Width - rowSize.Width - elementProxy.
Margin
.Size.Width;
212
Size requiredSize = prefSize + elementProxy.
Margin
.Size;
224
cellBounds = LayoutUtils.DeflateRect(cellBounds, elementProxy.
Margin
);
420
newBounds.X = DisplayRect.Right - bounds.X - bounds.Width + ElementProxy.
Margin
.Left - ElementProxy.
Margin
.Right;
625
get { return LayoutUtils.FlipPadding(base.
Margin
); }