Table of Contents

Method GetControlViewBackColor

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

GetControlViewBackColor(View?)

Gets the background color of the control associated with the specified view, if available.

public static Color? GetControlViewBackColor(View? view)

Parameters

view View

The view to retrieve the background color from.

Returns

Color

The background color of the control associated with the specified view, if available; otherwise, null.