VisualElement.SetShadowRadius Yöntem

Tanım

Aşırı Yüklemeler

SetShadowRadius(BindableObject, Double)

Gölge yarıçapını ayarlar.

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Gölge yarıçapını ayarlar.

SetShadowRadius(BindableObject, Double)

Gölge yarıçapını ayarlar.

public static void SetShadowRadius (Xamarin.Forms.BindableObject element, double value);
static member SetShadowRadius : Xamarin.Forms.BindableObject * double -> unit

Parametreler

element
BindableObject

İşlemin gerçekleştirileceği platforma özgü öğe.

value
Double

Yeni gölge yarıçap değeri.

Şunlara uygulanır

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Gölge yarıçapını ayarlar.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> SetShadowRadius (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config, double value);
static member SetShadowRadius : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> * double -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement>

Parametreler

config
IPlatformElementConfiguration<iOS,VisualElement>

İşlemin gerçekleştirileceği öğeyi içeren platforma özgü yapılandırma.

value
Double

Yeni gölge yarıçap değeri.

Döndürülenler

IPlatformElementConfiguration<iOS,VisualElement>

Geliştiricilerin birbirini izleyen Yöntem çağrıları yapabildiği güncelleştirilmiş yapılandırma nesnesi.

Şunlara uygulanır