Click or drag to resize
CellBorders Constructor (OGPen, OGPen, OGPen, OGPen)
Initializes a new CellBorders using four different pens.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public CellBorders(
	OGPen l,
	OGPen t,
	OGPen r,
	OGPen b
)

Parameters

l
Type: Stingray.GridOGPen
The left border style
t
Type: Stingray.GridOGPen
The top border style
r
Type: Stingray.GridOGPen
The right border style
b
Type: Stingray.GridOGPen
The bottom border style
See Also