BrushTypeEnum Enumeration |
Specifies the brush type
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public 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