BrushTypeEnum Enumeration |
Specifies the brush type
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic enum BrushTypeEnum
Public Enumeration BrushTypeEnum
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Indicates a brush of type unknown.
|
| Solid | 1 |
Indicates a brush of type SolidBrush.
|
| Hatch | 2 |
Indicates a brush of type HatchBrush.
|
| WideHatchBrush | 3 |
Indicates a brush of type WideHatchBrush.
|
| LinearGradient | 4 |
Indicates a brush of type LinearGradientBrush.
|
See Also