Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

96180a60 3321 5f98 a1e6 3d76b376bc5d

haplokuon edited this page May 6, 2023 · 1 revision

ShapeStyles Property

netDxf 3.0.0 Library

Gets the shape styles collection.

Definition

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

Property Value

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

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally