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

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) 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