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

Wave.WaveType Property

Gets/sets a form of the wave.

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

Syntax

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

Property Value

WaveType value that specifies a form of the wave.

Remarks

This parameter specifies wave form for both horizontal and vertical waves. You cannot specify different wave forms for horizontal and vertical wave.

Default value is Sine.

See Also

Reference