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 Jun 28, 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; set; }

VB

Public Property Style As ShapeStyle
	Get
	Set

C++

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

F#

member Style : ShapeStyle with get, set

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