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.

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

Valor da propriedade

Uma instância de GridLength cuja GridUnitType propriedade é definida como Auto.

Aplica-se a

Confira também