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

5b8fa12d b899 af2e be3c 1229c5ec1ab1

haplokuon edited this page May 6, 2023 · 1 revision

ShowGrid Property

netDxf 3.0.0 Library

Gets or sets the grid on/off.

Definition

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

C#

public bool ShowGrid { get; set; }

VB

Public Property ShowGrid As Boolean
	Get
	Set

C++

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

F#

member ShowGrid : bool with get, set

Property Value

Boolean

See Also

Reference

VPort Class
netDxf.Tables Namespace

Clone this wiki locally