共用方式為


GridLengthHelper.GetIsStar(GridLength) 方法

定義

傳回評估的GridLength是否為特殊 「*」 (star 調整大小) 值。 C# 和 Microsoft Visual Basic 程式碼應該改用 GridLength.IsStar

public:
 static bool GetIsStar(GridLength target);
 static bool GetIsStar(GridLength const& target);
public static bool GetIsStar(GridLength target);
function getIsStar(target)
Public Shared Function GetIsStar (target As GridLength) As Boolean

參數

target
GridLength

要評估的 GridLength

傳回

Boolean

bool

如果評估的GridLength是特殊 「*」 (star 調整大小) 值,則為true,否則為false

適用於