VisualElement.GetShadowColor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetShadowColor(BindableObject) |
Gets the current shadow color. |
GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>) |
Gets the current shadow color. |
GetShadowColor(BindableObject)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Gets the current shadow color.
public:
static Microsoft::Maui::Graphics::Color ^ GetShadowColor(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Graphics.Color GetShadowColor (Microsoft.Maui.Controls.BindableObject element);
static member GetShadowColor : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Graphics.Color
Public Function GetShadowColor (element As BindableObject) As Color
Parameters
- element
- BindableObject
The platform specific element on which to perform the operation.
Returns
The current shadow color.
Applies to
GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)
- Source:
- VisualElement.cs
- Source:
- VisualElement.cs
Gets the current shadow color.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Graphics::Color ^ GetShadowColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static Microsoft.Maui.Graphics.Color GetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config);
static member GetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> -> Microsoft.Maui.Graphics.Color
<Extension()>
Public Function GetShadowColor (config As IPlatformElementConfiguration(Of iOS, VisualElement)) As Color
Parameters
The platform specific configuration that contains the element on which to perform the operation.
Returns
The current shadow color.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.