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

73b25c70 3cd4 d616 93f3 ce08d11a2633

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

LinetypeShapeSegment Class
netDxf.Tables Namespace

Clone this wiki locally