Click or drag to resize

LinetypeTextSegment Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents a text linetype segment.
Inheritance Hierarchy

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public class LinetypeTextSegment : LinetypeSegment
Request Example View Source

The LinetypeTextSegment type exposes the following members.

Constructors
  NameDescription
Public methodLinetypeTextSegment
Initializes a new instance of the LinetypeShapeSegment class.
Public methodLinetypeTextSegment(String, TextStyle, Double)
Initializes a new instance of the LinetypeShapeSegment class.
Public methodLinetypeTextSegment(String, TextStyle, Double, Vector2, LinetypeSegmentRotationType, Double, Double)
Initializes a new instance of the LinetypeShapeSegment class.
Top
Properties
  NameDescription
Public propertyLength
Gets or sets the dash, dot or space length.
(Inherited from LinetypeSegment.)
Public propertyOffset
Gets or sets the shift of the text along the line.
Public propertyRotation
Gets or sets the angle in degrees of the text.
Public propertyRotationType
Gets or sets the type of rotation defined by the rotation value upright, relative, or absolute.
Public propertyScale
Gets or sets the scale of the text relative to the scale of the linetype.
Public propertyStyle
Gets or sets the TextStyle of the text to be displayed by the linetype.
Public propertyText
Gets or sets the text displayed by the linetype.
Public propertyType
Gets the linetype segment simple, text, or shape.
(Inherited from LinetypeSegment.)
Top
Methods
  NameDescription
Public methodClone
Creates a new LinetypeShapeSegment that is a copy of the current instance.
(Overrides LinetypeSegmentClone.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnTextStyleChangedEvent
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventTextStyleChanged
Top
See Also