Udostępnij za pośrednictwem


Device.GetNamedSize Metoda

Definicja

Przeciążenia

GetNamedSize(NamedSize, Element)
Przestarzałe.

Zwraca wartość podwójną reprezentującą rozmiar czcionki odpowiadający size elementowi w kolumnie targetElement.

GetNamedSize(NamedSize, Type)
Przestarzałe.

Zwraca wartość podwójną reprezentującą nazwany rozmiar czcionki używanej w elemecie na platformie natywnej.

GetNamedSize(NamedSize, Type, Boolean)
Przestarzałe.

Do użytku wewnętrznego przez platformę Microsoft.Maui.Controls.

GetNamedSize(NamedSize, Element)

Źródło:
Device.cs
Źródło:
Device.cs

Przestroga

Ten interfejs API jest już przestarzały.

Zwraca wartość podwójną reprezentującą rozmiar czcionki odpowiadający size elementowi w kolumnie targetElement.

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

Parametry

size
NamedSize

Nazwany rozmiar, dla którego ma być pobierany rozmiar liczbowy.

targetElement
Element

Element, dla którego ma być obliczany rozmiar liczbowy.

Zwraca

Podwójna wartość reprezentująca rozmiar czcionki, który odpowiada size parametrowi na .targetElement

Atrybuty

Dotyczy

GetNamedSize(NamedSize, Type)

Źródło:
Device.cs
Źródło:
Device.cs

Przestroga

Ten interfejs API jest już przestarzały.

Zwraca wartość podwójną reprezentującą nazwany rozmiar czcionki używanej w elemecie na platformie natywnej.

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

Parametry

size
NamedSize

Nazwany rozmiar, dla którego ma być pobierany rozmiar liczbowy.

targetElementType
Type

Typ elementu, dla którego ma być obliczany rozmiar liczbowy.

Zwraca

Nazwany rozmiar czcionki używanej w elemecie na platformie natywnej.

Atrybuty

Dotyczy

GetNamedSize(NamedSize, Type, Boolean)

Źródło:
Device.cs
Źródło:
Device.cs

Przestroga

Ten interfejs API jest już przestarzały.

Do użytku wewnętrznego przez platformę 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

Parametry

size
NamedSize

Do użytku wewnętrznego przez platformę Microsoft.Maui.Controls.

targetElementType
Type

Do użytku wewnętrznego przez platformę Microsoft.Maui.Controls.

useOldSizes
Boolean

Do użytku wewnętrznego przez platformę Microsoft.Maui.Controls.

Zwraca

Do użytku wewnętrznego przez platformę Microsoft.Maui.Controls.

Atrybuty

Dotyczy