ColumnDefinition(GridLength) Constructor
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public ColumnDefinition(
GridLength width
)
Public Sub New (
width As GridLength
)
new :
width : GridLength -> ColumnDefinition
Parameters
- width GridLength
- The width of the column.