Enum LinetypeSegmentRotationType
Define the type of rotation specified by the rotation value of the text or shape linetype segment.
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public enum LinetypeSegmentRotationType
Fields
| Name | Description |
|---|---|
| Absolute | Specifies absolute rotation of the text with respect to the origin; that is, all text has the same rotation regardless of its position relative to the line. |
| Relative | Specifies relative or tangential rotation with respect to the line. |
| Upright | Specifies upright or easy-to-read text. |