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

ff408d31 9da7 7db4 0a2b 1976323a0100

haplokuon edited this page May 6, 2023 · 1 revision

Status Property

netDxf 3.0.0 Library

Gets or sets the viewport status flags:

Definition

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

C#

public ViewportStatusFlags Status { get; set; }

VB

Public Property Status As ViewportStatusFlags
	Get
	Set

C++

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

F#

member Status : ViewportStatusFlags with get, set

Property Value

ViewportStatusFlags

See Also

Reference

Viewport Class
netDxf.Entities Namespace

Clone this wiki locally