LinetypeTextSegment Class |
Namespace: netDxf.Tables
The LinetypeTextSegment type exposes the following members.
| Name | Description | |
|---|---|---|
| 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.
|
| Name | Description | |
|---|---|---|
| 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.) |
| Name | Description | |
|---|---|---|
| Clone |
Creates a new LinetypeShapeSegment that is a copy of the current instance.
(Overrides LinetypeSegmentClone.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnTextStyleChangedEvent | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| TextStyleChanged |