Class LayoutInfo
Common layout information.
Namespace: Syncfusion.Windows.Forms.Tools.Navigation.Layouting
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class LayoutInfo : Object
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 |