GridLength.Auto Egenskap

Definition

Hämtar en instans av GridLength som innehåller ett värde vars storlek bestäms av innehållsobjektets storleksegenskaper.

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

Egenskapsvärde

En instans av GridLength vars GridUnitType egenskap är inställd på Auto.

Gäller för

Se även