Click or drag to resize
CellBorders Constructor (OGPen)
Initializes a new CellBorders using a specified pen for all sides.

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

Parameters

pn
Type: Stingray.GridOGPen
The pen to use in this pen.
See Also