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()
Declaration
public GridBagLayoutInfo()
Fields
columns
Declaration
public int columns
Field Value
Type |
---|
System.Int32 |
minHeight
Declaration
public int[] minHeight
Field Value
Type |
---|
System.Int32[] |
minWidth
Declaration
public int[] minWidth
Field Value
Type |
---|
System.Int32[] |
rows
Declaration
public int rows
Field Value
Type |
---|
System.Int32 |
startX
Declaration
public int startX
Field Value
Type |
---|
System.Int32 |
startY
Declaration
public int startY
Field Value
Type |
---|
System.Int32 |
weightX
Declaration
public double[] weightX
Field Value
Type |
---|
System.Double[] |
weightY
Declaration
public double[] weightY
Field Value
Type |
---|
System.Double[] |