This documentation is for the old version. Go to the latest Graphics Mill docs

Spray.FadeType Property

Gets/sets fade type for the spray effect (how does it change from image edges to center).

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property FadeType As FadeType
C#
public FadeType FadeType { get; set; }

Property Value

FadeType value that specifies fade type for the spray effect.

Remarks

Default value is Linear.

See Also

Reference