[]
Initializes a new instance of the GridLayout class
public GridLayout()
Initializes a new instance of the GridLayout class, specifying the number of rows and the number of columns
public GridLayout(int rows, int columns)
Type | Name | Description |
---|---|---|
int | rows | Specify the number of rows |
int | columns | Specify the number of columns |
For internal use only.
public GridLayout(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public GridLayout(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |