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

7a8c203b 6654 68a7 3b12 4d5769a95b11

haplokuon edited this page May 6, 2023 · 1 revision

PdMode Property

netDxf 3.0.0 Library

Controls the shape to draw a point entity.

Definition

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

C#

public PointShape PdMode { get; set; }

VB

Public Property PdMode As PointShape
	Get
	Set

C++

public:
property PointShape PdMode {
	PointShape get ();
	void set (PointShape value);
}

F#

member PdMode : PointShape with get, set

Property Value

PointShape

Remarks

Default value: PointShape.Dot.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally