ACadSharp.Transparency.Value - DomCR/ACadSharp GitHub Wiki

Value Property

Gets or sets the transparency value.

Remarks

Transparency values must be in range from 0 (opaque) to 90 (transparent), the reserved values -1 and 100 represents ByLayer and ByBlock.

Definition

Namespace: ACadSharp.Transparency

C#

public Int16 Value { get; set; }

Property Value

Int16