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
83b80e20 6efe 181c 06ef 6a878472f794
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "P:netDxf.Tables.View.Viewmode"]
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ViewModeFlags Viewmode { get; set; }
VB
Public Property Viewmode As ViewModeFlags
Get
Set
C++
public:
property ViewModeFlags Viewmode {
ViewModeFlags get ();
void set (ViewModeFlags value);
}
F#
member Viewmode : ViewModeFlags with get, set