TransparencyValue Property
|
Gets or sets the transparency value range from 0 to 90.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short Value { get; set; }
Public Property Value As Short
Get
Set
public:
property short Value {
short get ();
void set (short value);
}
member Value : int16 with get, set
PROPERTY Value AS SHORT GET SET
Property Value
Type:
Int16Remarks
Accepted transparency values range from 0 to 90, the reserved values -1 and 100 represents ByLayer and ByBlock.
See Also