Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

cfa9c3c2 a0d5 38f2 6e0c e5d594b44b1b

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeSegmentRotationType Enumeration

netDxf 3.0.0 Library

Define the type of rotation specified by the rotation value of the text or shape linetype segment.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum LinetypeSegmentRotationType

VB

Public Enumeration LinetypeSegmentRotationType

C++

public enum class LinetypeSegmentRotationType

F#

type LinetypeSegmentRotationType

Members

Upright 0 Specifies upright or easy-to-read text.
Relative 1 Specifies relative or tangential rotation with respect to the line.
Absolute 2 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

Reference

netDxf.Tables Namespace

Clone this wiki locally