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

3737cf46 e221 4daa 5895 c57b2212dcbf

haplokuon edited this page May 6, 2023 · 1 revision

Flags Property

netDxf 3.0.0 Library

Gets or sets the plot layout flags.

Definition

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

Property Value

PlotFlags

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally