Defines a variety of brush styles that can be applied to brushes.
[Visual Basic] Public Enum BrushStyle [C#] public enum BrushStyle [C++] public enum BrushStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
BackwardDiagonal | Hatched brush consisting of backwards diagonal lines. |
Cross | Hatched brush consisting of horizontal and vertical crossing lines. |
DiagonalCross | Hatched brush consisting of diagonal crossing lines. |
ForwardDiagonal | Hatched brush consisting of forward diagonal lines. |
Hollow | "Hollow" brush that doesn't paint anything. |
Horizontal | Hatched brush consisting of horizontal lines. |
Max | [To be supplied.] |
Min | [To be supplied.] |
Pattern | Brush with a patern consisting of a custom bitmap. |
Solid | Solid colored brush. |
Vertical | Hatched brush consisting of vertical lines. |
Namespace: System.Drawing
Assembly: System.Drawing.dll