Class LayoutInfo
Common layout information.
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.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 |
---|
HitTestAreas |
Bounds
The bounds.
Declaration
public Rectangle Bounds
Field Value
Type |
---|
System.Drawing.Rectangle |