Click or drag to resize
OGBrushHatch Property
Gets the hatch style 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
[BrowsableAttribute(true)]
[EditorAttribute(typeof(HatchStyleEditor), typeof(UITypeEditor))]
public HatchStyle Hatch { get; }

Property Value

Type: HatchStyle
The hatch style of this brush.
See Also