IGridLayout Interface

Provides access to members that control the Grid layout.

Members

Name Description
Read/write property CellHeight Indicates the height of each grid cell in the diagram coordinate system.
Read/write property CellWidth Indicates the width of each grid cell in the diagram coordinate system.
Read/write property IsActive Indicates whether the network diagram layout is active.
Read-only property Name The name of the network diagram layout.
Read/write property PreserveContainers Indicates whether the network diagram layout must preserve the containers.
Read-only property PropertySet The network diagram layout parameters returned as a property set

IGridLayout.CellHeight Property

Indicates the height of each grid cell in the diagram coordinate system.

Public Property CellHeight As Double
public double CellHeight {get; set;}

IGridLayout.CellWidth Property

Indicates the width of each grid cell in the diagram coordinate system.

Public Property CellWidth As Double
public double CellWidth {get; set;}

Inherited Interfaces

Interfaces Description
INetworkDiagramLayout Provides access to members that control the network diagram layout.

Classes that implement IGridLayout

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.