Cell.SetDefaultBackgroundColor Method

Definition

Overloads

SetDefaultBackgroundColor(BindableObject, Color)
SetDefaultBackgroundColor(IPlatformElementConfiguration<iOS,Cell>, Color)

SetDefaultBackgroundColor(BindableObject, Color)

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)

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

value
Color

Returns

Applies to