ACadSharp.Entities.HatchGradientPattern.Shift - DomCR/ACadSharp GitHub Wiki

Shift Property

Gradient definition; corresponds to the Centered option on the Gradient Tab of the Boundary Hatch and Fill dialog box. Each gradient has two definitions, shifted and non-shifted. A Shift value describes the blend of the two definitions that should be used. A value of 0.0 means only the non-shifted version should be used, and a value of 1.0 means that only the shifted version should be used.

Definition

Namespace: ACadSharp.Entities.HatchGradientPattern

C#

DxfCodeValueAttribute
public Double Shift { get; set; }

Property Value

Double