ColumnDefinition(GridLength) Constructor
Initializes a new instance of the ColumnDefinition class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public ColumnDefinition(
GridLength width
)
Public Sub New (
width As GridLength
)
new :
width : GridLength -> ColumnDefinition
Parameters
- GridLength
- The width of the column.
See Also
Reference
ColumnDefinition Class
ColumnDefinition Overload
Avalonia.Controls Namespace