GridLengthHelper.GetIsAuto(GridLength) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回評估的 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。