Objective Grid for Microsoft® .NET® Reference Guide

BrushStyle Enumeration

Back to Class Index

This enumeration lists the types of brushes that can be used to paint the interior of a grid cell.

[Visual Basic]
Public Enum BrushStyle
[C#]
public enum BrushStyle

Remarks

Three types of brushes are available: Hollow, Solid, and Hatched.

Members

Member NameDescription
HollowHollow brush
SolidSolid color brush
HatchedHatched pattern brush

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace