Freigeben über


VisualElement.SetIsShadowEnabled Methode

Definition

Überlädt

SetIsShadowEnabled(BindableObject, Boolean)

Legt fest, ob der Schatteneffekt aktiviert ist.

SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Legt fest, ob der Schatteneffekt aktiviert ist.

SetIsShadowEnabled(BindableObject, Boolean)

Quelle:
VisualElement.cs
Quelle:
VisualElement.cs
Quelle:
VisualElement.cs

Legt fest, ob der Schatteneffekt aktiviert ist.

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)

Parameter

element
BindableObject

Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.

value
Boolean

true, um Schatten zu aktivieren. Andernfalls false.

Gilt für:

SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Quelle:
VisualElement.cs
Quelle:
VisualElement.cs
Quelle:
VisualElement.cs

Legt fest, ob der Schatteneffekt aktiviert ist.

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)

Parameter

config
IPlatformElementConfiguration<iOS,VisualElement>

Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.

value
Boolean

true, um Schatten zu aktivieren. Andernfalls false.

Gibt zurück

Ein Fluent-Objekt, für das der Entwickler möglicherweise weitere Methodenaufrufe durchführt.

Gilt für: