GridLengthHelper.FromValueAndType(Double, GridUnitType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據可能的圖元數目和GridUnitType,建立新的GridLength值。 C# 和 Microsoft Visual Basic 程式碼應該改用 GridLength (Double、GridUnitType) 建構函式。
public:
static GridLength FromValueAndType(double value, GridUnitType type);
static GridLength FromValueAndType(double const& value, GridUnitType const& type);
public static GridLength FromValueAndType(double value, GridUnitType type);
function fromValueAndType(value, type)
Public Shared Function FromValueAndType (value As Double, type As GridUnitType) As GridLength
參數
- value
-
Double
double
數值。 如果 類型 指定為 Pixel,則這可能是要指定的圖元高度或寬度,如果 類型 指定為 星形,則為因數。 如果 類型 指定為 Auto,則會忽略此值。
- type
- GridUnitType
列舉值,指定 GridLength 所代表的單位類型。
傳回
已建立 的 GridLength。