[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.LayoutElement.ShowDebugRect

ShowDebugRect Method

ShowDebugRect(Color, bool)

Shows a color rectangle for the current LayoutElement (for debugging purposes).

Declaration
public void ShowDebugRect(Color color, bool drawBorders = false)
Public Sub ShowDebugRect(color As Color, Optional drawBorders As Boolean = False)
Parameters
Type Name Description
Color color

The color of the new rectangle.

bool drawBorders

Indicates if the rectangle should only draw its borders, not background.