GridLengthHelper.Auto Property

Definition

Gets a static GridLength value that corresponds to the special "Auto" value. C# and Microsoft Visual Basic code should use GridLength.Auto instead.

public:
 static property GridLength Auto { GridLength get(); };
static GridLength Auto();
public static GridLength Auto { get; }
var gridLength = GridLengthHelper.auto;
Public Shared ReadOnly Property Auto As GridLength

Property Value

A GridLength value that corresponds to the special "Auto" value.

Applies to