Class GridBagLayoutInfo
Initialize the GridBagLayout layout bounds.
Inheritance
System.Object
GridBagLayoutInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GridBagLayoutInfo
Constructors
GridBagLayoutInfo()
Initializes a new instance of the GridBagLayoutInfo class with default grid size settings.
Declaration
public GridBagLayoutInfo()
Fields
columns
The number of columns and rows in the layout grid.
Declaration
public int columns
Field Value
| Type |
|---|
| System.Int32 |
minHeight
The largest minimum height for each row.
Declaration
public int[] minHeight
Field Value
| Type |
|---|
| System.Int32[] |
minWidth
The largest minimum width for each column.
Declaration
public int[] minWidth
Field Value
| Type |
|---|
| System.Int32[] |
rows
The number of columns and rows in the layout grid.
Declaration
public int rows
Field Value
| Type |
|---|
| System.Int32 |
startX
The starting X-coordinate and starting Y-coordinates for layout positioning.
Declaration
public int startX
Field Value
| Type |
|---|
| System.Int32 |
startY
The starting X-coordinate and starting Y-coordinates for layout positioning.
Declaration
public int startY
Field Value
| Type |
|---|
| System.Int32 |
weightX
The largest weight (horizontal growth factor) for each column.
Declaration
public double[] weightX
Field Value
| Type |
|---|
| System.Double[] |
weightY
The largest weight (vertical growth factor) for each row.
Declaration
public double[] weightY
Field Value
| Type |
|---|
| System.Double[] |