Skip to main content
A newer version of this page is available. .

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.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
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