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

0fe69111 c9cc db66 4a51 00059f82c1cd

haplokuon edited this page May 6, 2023 · 1 revision

ShadePlotResolutionMode Property

netDxf 3.0.0 Library

Gets or sets the plot resolution mode.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public ShadePlotResolutionMode ShadePlotResolutionMode { get; set; }

VB

Public Property ShadePlotResolutionMode As ShadePlotResolutionMode
	Get
	Set

C++

public:
property ShadePlotResolutionMode ShadePlotResolutionMode {
	ShadePlotResolutionMode get ();
	void set (ShadePlotResolutionMode value);
}

F#

member ShadePlotResolutionMode : ShadePlotResolutionMode with get, set

Property Value

ShadePlotResolutionMode

Remarks

if the ShadePlotResolutionMode is set to Custom the value specified by the ShadPloDPI will be used.

See Also

Reference

PlotSettings Class
netDxf.Objects Namespace

Clone this wiki locally