Freigeben über


VisualElement.SetShadowOpacity Methode

Definition

Überlädt

SetShadowOpacity(BindableObject, Double)

Legt die Schattendeckkraft fest.

SetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Legt die Schattendeckkraft fest.

SetShadowOpacity(BindableObject, Double)

Quelle:
VisualElement.cs
Quelle:
VisualElement.cs

Legt die Schattendeckkraft fest.

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

Parameter

element
BindableObject

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

value
Double

Der neue Wert der Schattendeckkraft.

Gilt für:

SetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Quelle:
VisualElement.cs
Quelle:
VisualElement.cs

Legt die Schattendeckkraft fest.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ SetShadowOpacity(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, double value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> SetShadowOpacity (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config, double value);
static member SetShadowOpacity : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> * double -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetShadowOpacity (config As IPlatformElementConfiguration(Of iOS, VisualElement), value As Double) 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
Double

Der neue Wert der Schattendeckkraft.

Gibt zurück

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

Gilt für: