GridLength.Auto Propiedad

Definición

Obtiene una instancia de GridLength que contiene un valor cuyo tamaño lo determinan las propiedades de tamaño del objeto de contenido.

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 de propiedad

Instancia de GridLength cuya propiedad GridUnitType se establece en Auto.

Se aplica a

Consulte también