GridLength.Auto Propriedade

Definição

Obtém uma instância de GridLength que contém um valor cujo tamanho é determinado pelas propriedades de tamanho do objeto de conteúdo.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; }
member this.Auto : Windows.UI.Xaml.GridLength
Public Shared ReadOnly Property Auto As GridLength

Valor da propriedade

GridLength

Uma instância de GridLength cuja GridUnitType propriedade é definida como Auto .An instance of GridLength whose GridUnitType property is set to Auto.

Comentários

Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) GridLength .This struct represents the .NET projection of the Windows Runtime (WinRT) GridLength struct. Para obter mais informações, consulte GridLength na referência da API UWP.For more information, see GridLength in the UWP API reference.

Aplica-se a