Provides access to members that control the Grid layout.
Members
Name | Description | |
---|---|---|
CellHeight | Indicates the height of each grid cell in the diagram coordinate system. | |
CellWidth | Indicates the width of each grid cell in the diagram coordinate system. | |
IsActive | Indicates whether the network diagram layout is active. | |
Name | The name of the network diagram layout. | |
PreserveContainers | Indicates whether the network diagram layout must preserve the containers. | |
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 |
---|