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

b3f7dbf0 51c2 1f92 054a b70f88de0600

haplokuon edited this page May 6, 2023 · 1 revision

RotationType Property

netDxf 3.0.0 Library

Gets or sets the type of rotation defined by the rotation value upright, relative, or absolute.

Definition

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

C#

public LinetypeSegmentRotationType RotationType { get; set; }

VB

Public Property RotationType As LinetypeSegmentRotationType
	Get
	Set

C++

public:
property LinetypeSegmentRotationType RotationType {
	LinetypeSegmentRotationType get ();
	void set (LinetypeSegmentRotationType value);
}

F#

member RotationType : LinetypeSegmentRotationType with get, set

Property Value

LinetypeSegmentRotationType

See Also

Reference

LinetypeTextSegment Class
netDxf.Tables Namespace

Clone this wiki locally