Auto Property
Gets a DataGridLength structure that represents the standard automatic sizing mode.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public static DataGridLength Auto { get; }
Public Shared ReadOnly Property Auto As DataGridLength
Get
static member Auto : DataGridLength with get
Return Value
DataGridLength
A DataGridLength structure that represents the standard automatic sizing mode.