Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

GridLength.Auto Property

Definition

Namespace:
Windows.UI.Xaml
Assembly:
System.Runtime.WindowsRuntime.UI.Xaml.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?