Click or drag to resize
OGBrushBackColor Property
Gets the background color for the brush.

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

Property Value

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