RowDefinitions Constructors
A row collection within a table layout.| Name | Parameters | Description |
|---|---|---|
| RowDefinitions(DefinitionBaseCollection, LayoutGroup) | source, ownerGroup | Initializes a new instance of a RowDefinitions class with the settings of the specified source object and with the specified owner. |
| RowDefinitions(LayoutGroup) | owner | Initializes a new instance of a RowDefinitions class with the specified owner. |
See Also