WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridBagLayoutInfo

    Show / Hide Table of Contents

    Class GridBagLayoutInfo

    Initialize the GridBagLayout layout bounds.

    Inheritance
    System.Object
    GridBagLayoutInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.Int32

    minHeight

    Declaration
    public int[] minHeight
    Field Value
    Type Description
    System.Int32[]

    minWidth

    Declaration
    public int[] minWidth
    Field Value
    Type Description
    System.Int32[]

    rows

    Declaration
    public int rows
    Field Value
    Type Description
    System.Int32

    startX

    Declaration
    public int startX
    Field Value
    Type Description
    System.Int32

    startY

    Declaration
    public int startY
    Field Value
    Type Description
    System.Int32

    weightX

    Declaration
    public double[] weightX
    Field Value
    Type Description
    System.Double[]

    weightY

    Declaration
    public double[] weightY
    Field Value
    Type Description
    System.Double[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved