This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
96180a60 3321 5f98 a1e6 3d76b376bc5d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the shape styles collection.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ShapeStyles ShapeStyles { get; }
VB
Public ReadOnly Property ShapeStyles As ShapeStyles
Get
C++
public:
property ShapeStyles^ ShapeStyles {
ShapeStyles^ get ();
}
F#
member ShapeStyles : ShapeStyles with get
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.