GradientFillSettings.Scale

GradientFillSettings.Scale property

Gets or sets the scale.

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

Property Value

The scale.

Exceptions

exceptioncondition
PsdImageArgumentExceptionScale must be in range from 1 to 1000.

See Also