VisualElement.GetElevation Yöntem

Tanım

Aşırı Yüklemeler

GetElevation(IPlatformElementConfiguration<Android,VisualElement>)

Öğenin yükseltmesini alır.

GetElevation(VisualElement)

Öğenin yükseltmesini alır.

GetElevation(IPlatformElementConfiguration<Android,VisualElement>)

Öğenin yükseltmesini alır.

public static float? GetElevation (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.VisualElement> config);
static member GetElevation : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.VisualElement> -> Nullable<single>

Parametreler

config
IPlatformElementConfiguration<Android,VisualElement>

SDK 'nın alması için kullandığı Android platformunda bulunan görsel öğe için platform yapılandırması.

Döndürülenler

Nullable<Single>

Öğesi için yükseltme.

Şunlara uygulanır

GetElevation(VisualElement)

Öğenin yükseltmesini alır.

public static float? GetElevation (Xamarin.Forms.VisualElement element);
static member GetElevation : Xamarin.Forms.VisualElement -> Nullable<single>

Parametreler

element
VisualElement

Android platformunda bulunan ve içindeki yükseltmesi olan görsel öğe.

Döndürülenler

Nullable<Single>

Öğesi için yükseltme.

Şunlara uygulanır