This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
5b8fa12d b899 af2e be3c 1229c5ec1ab1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the grid on/off.
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
Boolean