DwfWhipCapStyleID Enumeration |
Represents An enumeration of cap styles used by WT_Line_End_Cap, WT_Line_Start_Cap, WT_Dash_End_Cap, and WT_Dash_Start_Cap.
Namespace:
Aspose.CAD.FileFormats.Dwf.Whip.Objects.Service
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 22.3
Syntaxpublic enum DwfWhipCapStyleID
Public Enumeration DwfWhipCapStyleID
public enum class DwfWhipCapStyleID
Members
| Member name | Value | Description |
---|
| Butt | 0 |
Butt cap style
|
| Square | 1 |
Square cap style
|
| Round | 2 |
Round cap style
|
| Diamond | 3 |
Diamond cap style
|
| Capstyle | 4 |
Capstyle cap style
|
| Undefined | -1 |
Undefined cap style
|
See Also