Attribute Class |
Namespace: DXFReaderNET.Entities
The Attribute type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the text alignment.
| |
| AttachmentPoint |
Attachment point.
| |
| CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
| Color |
Gets or sets the entity color.
| |
| Definition |
Gets the attribute definition.
| |
| DrawingDirection |
Drawing direction.
| |
| FirstAlignmentPoint |
Gets or sets the attribute position.
| |
| Flags |
Gets or sets the attribute flags.
| |
| Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
| Height |
Gets or sets the attribute text height.
| |
| HorizontalWidth |
Horizontal width of the characters that make up the mtext entity.
| |
| IsVisible |
Gets or set the entity visibility.
| |
| Layer |
Gets or sets the entity layer.
| |
| LineSpacingFactor |
Mtext line spacing factor.
| |
| Linetype |
Gets or sets the entity line type.
| |
| LinetypeScale |
Gets or sets the entity line type scale.
| |
| Lineweight |
Gets or sets the entity line weight, one unit is always 1/100 mm (default = ByLayer).
| |
| Normal |
Gets or sets the entity normal.
| |
| ObliqueAngle |
Gets or sets the font oblique angle.
| |
| Owner |
Gets the owner of the actual dxf object.
| |
| Position |
Gets or sets the attribute position.
| |
| Rotation |
Gets or sets the attribute text rotation in degrees.
| |
| SecondAlignmentPoint |
Gets or sets the attribute position.
| |
| Style |
Gets or sets the attribute text style.
| |
| Tag |
Gets the attribute tag.
| |
| Transparency |
Gets or sets layer transparency (default: ByLayer).
| |
| Value |
Gets or sets the attribute value.
| |
| VerticalHeight |
Vertical height of the mtext entity.
| |
| WidthFactor |
Gets or sets the attribute text width factor.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new Attribute that is a copy of the current instance.
| |
| ToString |
Obtains a string that represents the dxf object.
(Inherited from DxfObject.) |