Skip to content

ACadSharp.Transparency.Value

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

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

Clone this wiki locally