Udostępnij za pośrednictwem


VisualElement.SetIsShadowEnabled Metoda

Definicja

Przeciążenia

SetIsShadowEnabled(BindableObject, Boolean)

Określa, czy efekt cienia jest włączony.

SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Określa, czy efekt cienia jest włączony.

SetIsShadowEnabled(BindableObject, Boolean)

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

Określa, czy efekt cienia jest włączony.

public:
 static void SetIsShadowEnabled(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetIsShadowEnabled (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetIsShadowEnabled : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetIsShadowEnabled (element As BindableObject, value As Boolean)

Parametry

element
BindableObject

Element specyficzny dla platformy, na którym ma być wykonywana operacja.

value
Boolean

true aby włączyć cień. W przeciwnym razie wartość false.

Dotyczy

SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

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

Określa, czy efekt cienia jest włączony.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ SetIsShadowEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> SetIsShadowEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config, bool value);
static member SetIsShadowEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetIsShadowEnabled (config As IPlatformElementConfiguration(Of iOS, VisualElement), value As Boolean) As IPlatformElementConfiguration(Of iOS, VisualElement)

Parametry

config
IPlatformElementConfiguration<iOS,VisualElement>

Konfiguracja specyficzna dla platformy zawierająca element, na którym ma być wykonywana operacja.

value
Boolean

true aby włączyć cień. W przeciwnym razie wartość false.

Zwraca

Płynny obiekt, na którym deweloper może wykonywać więcej wywołań metod.

Dotyczy