Aracılığıyla paylaş


VisualElement.SetElevation Yöntem

Tanım

Aşırı Yüklemeler

SetElevation(IPlatformElementConfiguration<Android,VisualElement>, Nullable<Single>)

Görsel öğe için yükseltmeyi ayarlar.

SetElevation(VisualElement, Nullable<Single>)

Görsel öğe için yükseltmeyi ayarlar.

SetElevation(IPlatformElementConfiguration<Android,VisualElement>, Nullable<Single>)

Görsel öğe için yükseltmeyi ayarlar.

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

Parametreler

value
System.Nullable<System.Single>

Yeni yükseltme değeri.

Döndürülenler

Şunlara uygulanır

SetElevation(VisualElement, Nullable<Single>)

Görsel öğe için yükseltmeyi ayarlar.

public static void SetElevation (Xamarin.Forms.VisualElement element, float? value);
static member SetElevation : Xamarin.Forms.VisualElement * Nullable<single> -> unit

Parametreler

element
VisualElement

Android platformunda yükseltmesi ayarlanacağı görsel öğesi.

value
System.Nullable<System.Single>

Yeni yükseltme değeri.

Şunlara uygulanır