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

6a552277 e477 31dd 4cdd 423957fc7680

haplokuon edited this page May 6, 2023 · 1 revision

Value Property

netDxf 3.0.0 Library

Gets or sets the transparency value range from 0 to 90.

Definition

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

C#

public short Value { get; set; }

VB

Public Property Value As Short
	Get
	Set

C++

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

F#

member Value : int16 with get, set

Property Value

Int16

Remarks

Accepted transparency values range from 0 to 90, the reserved values -1 and 100 represents ByLayer and ByBlock.

See Also

Reference

Transparency Class
netDxf Namespace

Clone this wiki locally