GradientFillSettings.Dither

GradientFillSettings.Dither property

Gets or sets a value indicating whether this BaseGradientFillSettings is dither.

[Obsolete("This property is obsolete. It is moved to BaseGradientFillSettings class. Property will be removed in 23.11 release.")]
public bool Dither { get; set; }

Property Value

true if dither; otherwise, false.

See Also