Device.GetNamedSize 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetNamedSize(NamedSize, Element) |
已淘汰.
傳回雙精度浮點數,代表對應至 |
GetNamedSize(NamedSize, Type) |
已淘汰.
傳回雙精度浮點數,代表原生平台上項目所使用字型的指定大小。 |
GetNamedSize(NamedSize, Type, Boolean) |
已淘汰.
供 Microsoft.Maui.Controls 平台內部使用。 |
GetNamedSize(NamedSize, Element)
- 來源:
- Device.cs
- 來源:
- Device.cs
警告
此 API 現已淘汰。
傳回雙精度浮點數,代表對應至 targetElement
上 size
的字型大小。
public:
static double GetNamedSize(Microsoft::Maui::Controls::NamedSize size, Microsoft::Maui::Controls::Element ^ targetElement);
[System.Obsolete]
public static double GetNamedSize (Microsoft.Maui.Controls.NamedSize size, Microsoft.Maui.Controls.Element targetElement);
[<System.Obsolete>]
static member GetNamedSize : Microsoft.Maui.Controls.NamedSize * Microsoft.Maui.Controls.Element -> double
Public Shared Function GetNamedSize (size As NamedSize, targetElement As Element) As Double
參數
- size
- NamedSize
要取得數值大小的指定大小。
- targetElement
- Element
要計算數值大小的項目。
傳回
雙精度浮點數,代表對應至 targetElement
上 size
的字型大小。
- 屬性
適用於
GetNamedSize(NamedSize, Type)
- 來源:
- Device.cs
- 來源:
- Device.cs
警告
此 API 現已淘汰。
傳回雙精度浮點數,代表原生平台上項目所使用字型的指定大小。
public:
static double GetNamedSize(Microsoft::Maui::Controls::NamedSize size, Type ^ targetElementType);
[System.Obsolete]
public static double GetNamedSize (Microsoft.Maui.Controls.NamedSize size, Type targetElementType);
[<System.Obsolete>]
static member GetNamedSize : Microsoft.Maui.Controls.NamedSize * Type -> double
Public Shared Function GetNamedSize (size As NamedSize, targetElementType As Type) As Double
參數
- size
- NamedSize
要取得數值大小的指定大小。
- targetElementType
- Type
要計算數值大小的項目類型。
傳回
原生平台上元素所使用之字型的具名大小。
- 屬性
適用於
GetNamedSize(NamedSize, Type, Boolean)
- 來源:
- Device.cs
- 來源:
- Device.cs
警告
此 API 現已淘汰。
供 Microsoft.Maui.Controls 平台內部使用。
public:
static double GetNamedSize(Microsoft::Maui::Controls::NamedSize size, Type ^ targetElementType, bool useOldSizes);
[System.Obsolete]
public static double GetNamedSize (Microsoft.Maui.Controls.NamedSize size, Type targetElementType, bool useOldSizes);
[<System.Obsolete>]
static member GetNamedSize : Microsoft.Maui.Controls.NamedSize * Type * bool -> double
Public Shared Function GetNamedSize (size As NamedSize, targetElementType As Type, useOldSizes As Boolean) As Double
參數
- size
- NamedSize
供 Microsoft.Maui.Controls 平台內部使用。
- targetElementType
- Type
供 Microsoft.Maui.Controls 平台內部使用。
- useOldSizes
- Boolean
供 Microsoft.Maui.Controls 平台內部使用。
傳回
供 Microsoft.Maui.Controls 平台內部使用。
- 屬性