GridRow
Summary
Represents the row of the grid.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
SetHeightInPixels
Summary
Sets the height of the grid row in pixels.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| value | double | The value. |
Return Value
void
SetHeightInStars
Summary
Sets the height of the grid row in stars.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| stars | double | The stars. |
Return Value
void
SetHeightToAuto
Summary
Sets the height of the grid row to automatic.
Signature
1 | |
Return Value
void
Properties
Index
Summary
Gets the grid row index.
Signature
1 | |
Return Value
int
Height
Summary
Gets the height of the grid row.
Signature
1 | |
Return Value
GridLength
MinHeight
Summary
Gets or sets the minimum height of the grid row.
Signature
1 | |
Return Value
double
MaxHeight
Summary
Gets or sets the maximum height of the grid row.
Signature
1 | |
Return Value
double