Freigeben über


GridLengthHelper.GetIsAuto(GridLength) Methode

Definition

Gibt zurück, ob die ausgewertete GridLength der spezielle Auto-Wert ist. C#-Code sollte 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 die ausgewertete GridLength der spezielle Auto-Wert ist; falseandernfalls .

Gilt für: