Method GetControlViewBackColor
GetControlViewBackColor(View?)
Gets the background color of the control associated with the specified view, if available.
public static Color? GetControlViewBackColor(View? view)
Parameters
viewViewThe view to retrieve the background color from.
Returns
- Color
The background color of the control associated with the specified view, if available; otherwise, null.