Click or drag to resize
OGBrushStyle Property
Gets the brush style used to paint the interior of a cell.

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

Property Value

Type: BrushStyle
The brush style of this brush.
See Also