DataGridLength(Double) Constructor
Initializes a new instance of the DataGridLength class.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public DataGridLength(
double value
)
Public Sub New (
value As Double
)
new :
value : float -> DataGridLength
Parameters
See Also
Reference
DataGridLength Structure
DataGridLength Overload
Avalonia.Controls Namespace