GridLengthHelper.GetIsAuto(GridLength) 方法

定义

返回计算的 GridLength 是否为特殊 Auto 值。 C# 代码应改用 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

true 如果计算的 GridLength 是特殊的 Auto 值,则为 ;否则为 false

适用于