Skip to content

ACadSharp.Entities.HatchGradientPattern.IsSingleColorGradient

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

IsSingleColorGradient Property

Records how colors were defined and is used only by dialog code

Remarks

0 = Two-color gradient
1 = Single-color gradient

Definition

Namespace: ACadSharp.Entities.HatchGradientPattern

C#

DxfCodeValueAttribute
public Boolean IsSingleColorGradient { get; set; }

Property Value

Boolean

Clone this wiki locally