Table of Contents

Property FadeEffect

Namespace
VectorDraw.Professional.vdPrimaries
Assembly
VectorDraw.Professional.dll

FadeEffect

Get/Set the color Fading effect percentage close to the background color of output rendering.

public virtual byte FadeEffect { get; set; }

Property Value

byte

Remarks

Valid range between 0 and 99. Value is limited to 99 percent in order to avoid making entities invisible. Default value is 0 for no fading.

If the value is 0 and the figure is inside a vdBlock and the insert (vdInsert object) that reference this block has FadeEffect bigger than 0 then the figure is faded as the vdInsert. In other case (the figure has FadeEffect greater than 0 then the vdInsert's FadeEffect is ignored for this object.

If the object Layer is Locked then the LockLayerFadeEffect is used. Raizes the OnBeforeModifyObject event. Raizes the OnAfterModifyObject event.