Click or drag to resize

LinetypeSegmentRotationType Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Define the type of rotation specified by the rotation value of the text or shape linetype segment.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum LinetypeSegmentRotationType
Request Example View Source
Members
  Member nameValueDescription
Upright0 Specifies upright or easy-to-read text.
Relative1 Specifies relative or tangential rotation with respect to the line.
Absolute2 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.
See Also