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 422
3c3d1e08 0713 9603 8134 5047675b83fb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the image display options.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ImageDisplayFlags DisplayOptions { get; set; }
VB
Public Property DisplayOptions As ImageDisplayFlags
Get
Set
C++
public:
property ImageDisplayFlags DisplayOptions {
ImageDisplayFlags get ();
void set (ImageDisplayFlags value);
}
F#
member DisplayOptions : ImageDisplayFlags with get, set