Skip to content

ACadSharp.Transparency.Value

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

Value Property

Gets or sets the transparency value.

Remarks

Transparency values must be in range from 0 to 90, 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