VisualElement.SetShadowColor 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
SetShadowColor(BindableObject, Color) |
設定陰影色彩。 |
SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color) |
設定陰影色彩。 |
SetShadowColor(BindableObject, Color)
設定陰影色彩。
public:
static void SetShadowColor(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Graphics::Color ^ value);
public static void SetShadowColor (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value);
static member SetShadowColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Sub SetShadowColor (element As BindableObject, value As Color)
參數
- element
- BindableObject
要對其執行作業的平台特定項目。
- value
- Color
新的陰影色彩值。
適用於
SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)
設定陰影色彩。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ SetShadowColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, Microsoft::Maui::Graphics::Color ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> SetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config, Microsoft.Maui.Graphics.Color value);
static member SetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> * Microsoft.Maui.Graphics.Color -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetShadowColor (config As IPlatformElementConfiguration(Of iOS, VisualElement), value As Color) As IPlatformElementConfiguration(Of iOS, VisualElement)
參數
平台特定組態,包含要對其執行作業的項目。
- value
- Color
新的陰影色彩值。
傳回
開發人員可能會對其執行進一步方法呼叫的 Fluent 物件。