Cell.DefaultBackgroundColor Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Graphics::Color ^ DefaultBackgroundColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Cell ^> ^ config);
public static Microsoft.Maui.Graphics.Color DefaultBackgroundColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Cell> config);
static member DefaultBackgroundColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Cell> -> Microsoft.Maui.Graphics.Color
<Extension()>
Public Function DefaultBackgroundColor (config As IPlatformElementConfiguration(Of iOS, Cell)) As Color

Parameters

Returns

Applies to