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

適用対象