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

22617519 1822 e4cf 44aa faaaeaed0541

haplokuon edited this page May 6, 2023 · 1 revision

SnapMode Property

netDxf 3.0.0 Library

Gets or sets the snap mode on/off.

Definition

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

C#

public bool SnapMode { get; set; }

VB

Public Property SnapMode As Boolean
	Get
	Set

C++

public:
property bool SnapMode {
	bool get ();
	void set (bool value);
}

F#

member SnapMode : bool with get, set

Property Value

Boolean

See Also

Reference

VPort Class
netDxf.Tables Namespace

Clone this wiki locally