Summary
Initializes to a specified value and unit.
- Namespace
- Avalonia
.Controls - Containing Type
- DataGridLength
Syntax
public DataGridLength(double value, DataGridLengthUnitType type, double desiredValue, double displayValue)
Remarks
value
is ignored unless type
is
DataGridLengthUnitType.Pixel
or
DataGridLengthUnitType.Star
Parameters
Name | Type | Description |
---|---|---|
value | double | The value to hold. |
type | Data |
The unit of value . |
desiredValue | double | |
displayValue | double |
Return Value
Type | Description |
---|---|
void |