This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
3737cf46 e221 4daa 5895 c57b2212dcbf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the plot layout flags.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PlotFlags Flags { get; set; }
VB
Public Property Flags As PlotFlags
Get
Set
C++
public:
property PlotFlags Flags {
PlotFlags get ();
void set (PlotFlags value);
}
F#
member Flags : PlotFlags with get, set