Click or drag to resize
OGBrushForeColor Property
Gets the foreground color for the brush.

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

Property Value

Type: Color
The foreground color of this brush.
See Also