GridLengthHelper.GetIsAuto(GridLength) Methode

Definition

Gibt zurück, ob das ausgewertete GridLength der spezielle "Auto"-Wert ist. C# und Microsoft Visual Basic-Code sollten stattdessen GridLength.IsAuto verwenden.

public:
 static bool GetIsAuto(GridLength target);
 static bool GetIsAuto(GridLength const& target);
public static bool GetIsAuto(GridLength target);
function getIsAuto(target)
Public Shared Function GetIsAuto (target As GridLength) As Boolean

Parameter

target
GridLength

Die auszuwertende GridLength .

Gibt zurück

Boolean

bool

true , wenn das ausgewertete GridLength der spezielle "Auto"-Wert ist; Andernfalls false.

Gilt für: