ACadSharp.Entities.HatchGradientPattern.IsSingleColorGradient - DomCR/ACadSharp GitHub Wiki
Records how colors were defined and is used only by dialog code
0 = Two-color gradient
1 = Single-color gradient
Namespace: ACadSharp.Entities.HatchGradientPattern
C#
DxfCodeValueAttribute
public Boolean IsSingleColorGradient { get; set; }
Boolean