Class EntityBase
Inherited Members
Namespace: FastReport.Export.Dxf.Sections.Entities
Assembly: FastReport.dll
Syntax
public class EntityBase : GroupsStore
Constructors
EntityBase()
Declaration
public EntityBase()
Properties
Styles
Declaration
public List<LineStyle> Styles { get; }
Property Value
| Type | Description |
|---|---|
| List<LineStyle> |
Methods
AddLineStyle(LineStyle)
Declaration
public void AddLineStyle(LineStyle lineStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| LineStyle | lineStyle |
AppendTo(StringBuilder)
Declaration
public void AppendTo(StringBuilder s)
Parameters
| Type | Name | Description |
|---|---|---|
| StringBuilder | s |