[]
Shows a color rectangle for the current LayoutElement (for debugging purposes).
public void ShowDebugRect(Color color, bool drawBorders = false)
Public Sub ShowDebugRect(color As Color, Optional drawBorders As Boolean = False)
The color of the new rectangle.
Indicates if the rectangle should only draw its borders, not background.