WinForms

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

    Show / Hide Table of Contents

    Class LayoutInfo

    Common layout information.

    Inheritance
    System.Object
    LayoutInfo
    BarLayoutInfo
    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.Navigation.Layouting
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class LayoutInfo

    Constructors

    LayoutInfo(HitTestAreas, Rectangle)

    Initializes a new instance of the LayoutInfo class.

    Declaration
    public LayoutInfo(HitTestAreas area, Rectangle bounds)
    Parameters
    Type Name Description
    HitTestAreas area

    The NavigationView's hit test area.

    System.Drawing.Rectangle bounds

    The bounds.

    Fields

    Area

    Hit test area.

    Declaration
    public readonly HitTestAreas Area
    Field Value
    Type Description
    HitTestAreas

    Bounds

    The bounds.

    Declaration
    public Rectangle Bounds
    Field Value
    Type Description
    System.Drawing.Rectangle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved