Enum LineTypes
LineTypes enumeration
Flags to describe the type of line.
[Flags]
public enum LineTypes : byte
Values
Name | Value | Description |
---|---|---|
None | 1 | Not used line |
Solid | 2 | Solid line. |
Dashed | 4 | Dashed line. |
BehindFill | 10 | The line must be rendered behind fill of shape. |
ScalePen | 20 | The line width is scaled relative to size of shape. |
See Also
- namespace Aspose.Imaging.FileFormats.Cmx.ObjectModel.Enums
- assembly Aspose.Imaging