IBorderLayout::SetBorderMargins method

Sets the thickness of each border position independently. A thickness of 0 indicates no border is wanted in that given position.

Defined in: BorderLayout.h

Parameters

nLeft

Thickness of left border in pixels.

nTop

Thickness of top border in pixels.

nRight

Thickness of right border in pixels.

nBottom

Thickness of bottom border in pixels.

Syntax

pBorderNode-&gtSetBorderMargins(nLeft, nTop, nRight, nBottom);