Click or drag to resize
OGPenBorderColor Property
Gets or sets the color of the pen (border).

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public Color BorderColor { get; set; }

Property Value

Type: Color
The color of this pen.
See Also