GradientFillSettings.Scale

GradientFillSettings.Scale property

Gets or sets the normalized gradient scale (in percent)

public int Scale { get; set; }

Property Value

The scale.

Exceptions

exceptioncondition
PsdImageArgumentExceptionScale must be in range from 1 to 1000.

See Also