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

840ef04e 70c2 6ba0 c622 540331c172e9

haplokuon edited this page May 6, 2023 · 2 revisions

Style Property

netDxf 3.0.0 Library

Gets the shape style.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public ShapeStyle Style { get; }

VB

Public ReadOnly Property Style As ShapeStyle
	Get

C++

public:
property ShapeStyle^ Style {
	ShapeStyle^ get ();
}

F#

member Style : ShapeStyle with get

Property Value

ShapeStyle

Remarks

It is required that the equivalent .shp file to be also present in the same folder or one of the support folders defined in the DxfDocument.

See Also

Reference

LinetypeShapeSegment Class
netDxf.Tables Namespace

Clone this wiki locally