GridLength.Auto Eigenschap

Definitie

Hiermee haalt u een exemplaar van GridLength dat een waarde op waarvan de grootte wordt bepaald door de grootte-eigenschappen van het inhoudsobject.

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

Waarde van eigenschap

Een exemplaar van GridLength wie GridUnitType de eigenschap is ingesteld op Auto.

Van toepassing op

Zie ook