GridPaneLayout Properties
The grid layout options’ storage.| Name | Description |
|---|---|
| AutoLayoutMode | Gets or sets the value that specifies the layout pattern that the diagram uses for automatically laying out panes. |
| ColumnDefinitions | Returns the grid pane layout’s columns. |
| Direction | Gets or sets the automatic layout pattern’s orientation. |
| RowDefinitions | Returns the grid pane layout’s rows. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
See Also