Cell.SetDefaultBackgroundColor 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
SetDefaultBackgroundColor(BindableObject, Color) | |
SetDefaultBackgroundColor(IPlatformElementConfiguration<iOS,Cell>, Color) |
SetDefaultBackgroundColor(BindableObject, Color)
- Source:
- Cell.cs
- Source:
- Cell.cs
public:
static void SetDefaultBackgroundColor(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Graphics::Color ^ value);
public static void SetDefaultBackgroundColor (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value);
static member SetDefaultBackgroundColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Sub SetDefaultBackgroundColor (element As BindableObject, value As Color)
Parameters
- element
- BindableObject
- value
- Color
Applies to
SetDefaultBackgroundColor(IPlatformElementConfiguration<iOS,Cell>, Color)
- Source:
- Cell.cs
- Source:
- Cell.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Cell ^> ^ SetDefaultBackgroundColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Cell ^> ^ config, Microsoft::Maui::Graphics::Color ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Cell> SetDefaultBackgroundColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Cell> config, Microsoft.Maui.Graphics.Color value);
static member SetDefaultBackgroundColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Cell> * Microsoft.Maui.Graphics.Color -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Cell>
<Extension()>
Public Function SetDefaultBackgroundColor (config As IPlatformElementConfiguration(Of iOS, Cell), value As Color) As IPlatformElementConfiguration(Of iOS, Cell)
Parameters
- config
- IPlatformElementConfiguration<iOS,Cell>
- value
- Color
Returns
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.