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

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public CellBorders(
	OGPen LeftRight,
	OGPen TopBottom
)

Parameters

LeftRight
Type: Stingray.GridOGPen
The pen to use for the left and right sides.
TopBottom
Type: Stingray.GridOGPen
The pen to use for the top and bottom sides.
See Also