Skip to content

ACadSharp.Entities.HatchGradientPattern.IsSingleColorGradient

Albert Domenech edited this page Jul 14, 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#

public Boolean IsSingleColorGradient { get; set; }

Property Value

Boolean

Clone this wiki locally