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

beeb50ed 5d1c 795d cf2e 58a27846bb8d

haplokuon edited this page May 6, 2023 · 1 revision

AttMode Property

netDxf 3.0.0 Library

Attribute visibility.

Definition

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

C#

public AttMode AttMode { get; set; }

VB

Public Property AttMode As AttMode
	Get
	Set

C++

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

F#

member AttMode : AttMode with get, set

Property Value

AttMode

Remarks

Default value: Normal.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally