Click or drag to resize

DxfDocumentShapeStyles Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the shape styles collection.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public ShapeStyles ShapeStyles { get; }
Request Example View Source

Property Value

Type: ShapeStyles
Remarks
The dxf stores the TextStyles and ShapeStyles in the same table list, here, they are separated since they serve a different role. Under normal circumstances you should not need to access this list.
See Also