ColumnDefinition(Double, GridUnitType) Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ColumnDefinition(
double value,
GridUnitType type
)
Public Sub New (
value As Double,
type As GridUnitType
)
new :
value : float *
type : GridUnitType -> ColumnDefinition
Parameters
- value Double
- The width of the column.
- type GridUnitType
- The width unit of the column.