GridColumn
Summary
Represents the column of the grid.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
SetWidthInPixels
Summary
Sets the grid column width in pixels.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| value | double | The value. |
Return Value
void
SetWidthInStars
Summary
Sets the grid column width in stars.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| stars | double | The stars. |
Return Value
void
SetWidthToAuto
Summary
Sets the grid column width to automatic.
Signature
1 | |
Return Value
void
Properties
Index
Summary
Gets the grid column index.
Signature
1 | |
Return Value
int
Width
Summary
Gets the grid column width.
Signature
1 | |
Return Value
GridLength
MinWidth
Summary
Defines the grid column minimum width.
Signature
1 | |
Return Value
double
MaxWidth
Summary
Defines the grid column maximum width.
Signature
1 | |
Return Value
double