Attribute Class |
Namespace: netDxf.Entities
The Attribute type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the text alignment.
| |
| CodeName |
Gets the DXF object name.
(Inherited from DxfObject.) | |
| Color |
Gets or sets the entity color.
| |
| Definition |
Gets the attribute definition.
| |
| 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.
| |
| IsVisible |
Gets or set the entity visibility.
| |
| Layer |
Gets or sets the entity layer.
| |
| 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.
| |
| 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.
| |
| WidthFactor |
Gets or sets the attribute text width factor.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new Attribute that is a copy of the current instance.
| |
| 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.) | |
| OnLayerChangedEvent | ||
| OnLinetypeChangedEvent | ||
| OnTextStyleChangedEvent | ||
| ToString |
Obtains a string that represents the DXF object.
(Inherited from DxfObject.) |
| Name | Description | |
|---|---|---|
| LayerChanged | ||
| LinetypeChanged | ||
| TextStyleChanged |