Summary
Represents the row of the grid.
Syntax
public interface GridRow
Members
Name | Type | Summary |
---|---|---|
Height | Property | Gets the height of the grid row. |
Index | Property | Gets the grid row index. |
MaxHeight | Property | Gets or sets the maximum height of the grid row. |
MinHeight | Property | Gets or sets the minimum height of the grid row. |
SetHeightInPixels | Method | Sets the height of the grid row in pixels. |
SetHeightInStars | Method | Sets the height of the grid row in stars. |
SetHeightToAuto | Method | Sets the height of the grid row to automatic. |