Click or drag to resize

TransparencyValue Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the transparency value range from 0 to 90.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public short Value { get; set; }
Request Example View Source

Property Value

Type: Int16
Remarks
Accepted transparency values range from 0 to 90, the reserved values -1 and 100 represents ByLayer and ByBlock.
See Also