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 419
6a552277 e477 31dd 4cdd 423957fc7680
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the transparency value range from 0 to 90.
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
Int16
Accepted transparency values range from 0 to 90, the reserved values -1 and 100 represents ByLayer and ByBlock.