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

适用于