Click or drag to resize
BrushStyle Enumeration
The types of brushes that can be used to paint the interior of a grid cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum BrushStyle
Members
  Member nameValueDescription
Hollow0Hollow brush.
Solid1Solid color brush.
Hatched2Hatched pattern brush.
See Also