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

cd27e975 49bf 01c6 625f 3bdeb8231f2d

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeTextSegment Class

netDxf 3.0.0 Library

Represents a text linetype segment.

Definition

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

C#

public class LinetypeTextSegment : LinetypeSegment

VB

Public Class LinetypeTextSegment
	Inherits LinetypeSegment

C++

public ref class LinetypeTextSegment : public LinetypeSegment

F#

type LinetypeTextSegment = 
    class
        inherit LinetypeSegment
    end
Inheritance Object → LinetypeSegment → LinetypeTextSegment

Constructors

LinetypeTextSegment() Initializes a new instance of the LinetypeShapeSegment class.
LinetypeTextSegment(String, TextStyle, Double) Initializes a new instance of the LinetypeShapeSegment class.
LinetypeTextSegment(String, TextStyle, Double, Vector2, LinetypeSegmentRotationType, Double, Double) Initializes a new instance of the LinetypeShapeSegment class.

Properties

Length Gets or sets the dash, dot or space length.
(Inherited from LinetypeSegment)
Offset Gets or sets the shift of the text along the line.
Rotation Gets or sets the angle in degrees of the text.
RotationType Gets or sets the type of rotation defined by the rotation value upright, relative, or absolute.
Scale Gets or sets the scale of the text relative to the scale of the linetype.
Style Gets or sets the TextStyle of the text to be displayed by the linetype.
Text Gets or sets the text displayed by the linetype.
Type Gets the linetype segment simple, text, or shape.
(Inherited from LinetypeSegment)

Methods

Clone Creates a new LinetypeShapeSegment that is a copy of the current instance.
(Overrides LinetypeSegment.Clone())
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

Events

TextStyleChanged  

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally