共用方式為


GridLengthHelper.GetIsAuto(GridLength) 方法

定義

傳回評估的 GridLength 是否為特殊 「Auto」 值。 C# 和 Microsoft Visual Basic 程式碼應該改用 GridLength.IsAuto

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

參數

target
GridLength

要評估的 GridLength

傳回

Boolean

bool

如果評估的GridLength是特殊的 「Auto」 值,則為true;否則為false

適用於