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

8a671b20 5d01 6038 8c7c 45c4175173ee

haplokuon edited this page May 6, 2023 · 1 revision

PlotSettings Property

netDxf 3.0.0 Library

Gets or sets the plot settings

Definition

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

Property Value

PlotSettings

See Also

Reference

Layout Class
netDxf.Objects Namespace

Clone this wiki locally