RowDefinition Constructors
Defines a row in a table layout.| Name | Parameters | Description |
|---|---|---|
| RowDefinition() | none | Initializes a new instance of a RowDefinition class with the default settings. |
| RowDefinition(LayoutGroup, Double, SizeType, Boolean) | owner, size, sizingType, visible | Initializes a new instance of the RowDefinition class with specified settings. |
| RowDefinition(LayoutGroup, Double, SizeType) | owner, size, sizingType | Initializes a new instance of a RowDefinition class with the specified settings. |
| RowDefinition(LayoutGroup) | owner | Initializes a new instance of a RowDefinition class with the specified owner. |
See Also