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

適用対象