GridLength.Auto Property

Definition

Gets an instance of GridLength that holds a value whose size is determined by the size properties of the content object.

public:
 static property Windows::UI::Xaml::GridLength Auto { Windows::UI::Xaml::GridLength get(); };
public static Windows.UI.Xaml.GridLength Auto { get; }
static member Auto : Windows.UI.Xaml.GridLength
Public Shared ReadOnly Property Auto As GridLength

Property Value

An instance of GridLength whose GridUnitType property is set to Auto.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) GridLength struct. For more information, see GridLength in the UWP API reference.

Applies to