Table of Contents

Method DebugBackgroundColor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DebugBackgroundColor(Color?, string?)

Sets background color if UseDebugBackgroundColor is true and DEBUG conditional is defined.

[Conditional("DEBUG")]
public virtual void DebugBackgroundColor(Color? color, string? debugMsg = null)

Parameters

color Color

Debug background color.

debugMsg string

Optional debug message to show in log.