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 415
8a671b20 5d01 6038 8c7c 45c4175173ee
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the plot settings
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PlotSettings PlotSettings { get; set; }
VB
Public Property PlotSettings As PlotSettings
Get
Set
C++
public:
property PlotSettings^ PlotSettings {
PlotSettings^ get ();
void set (PlotSettings^ value);
}
F#
member PlotSettings : PlotSettings with get, set