Click or drag to resize
OGPen Constructor (BorderDashStyle, Color, Byte)
Initializes a new OGPen object using a specified border dash style, color, and weight.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public OGPen(
	BorderDashStyle style,
	Color color,
	byte weight
)

Parameters

style
Type: Stingray.GridBorderDashStyle
The border dash style of this new pen.
color
Type: System.DrawingColor
The color of this new pen.
weight
Type: SystemByte
The weight of this new pen.
See Also