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 411
370fd191 b55b e8df ced3 d6a1cc11e618
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the shade plot mode.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ShadePlotMode ShadePlotMode { get; set; }
VB
Public Property ShadePlotMode As ShadePlotMode
Get
Set
C++
public:
property ShadePlotMode ShadePlotMode {
ShadePlotMode get ();
void set (ShadePlotMode value);
}
F#
member ShadePlotMode : ShadePlotMode with get, set