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