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

GifFrame.Delay Property

Gets/sets a number of hundredths (1/100) of a second to wait after rendering the frame.

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

Syntax

Visual Basic
Public Property Delay As Integer
C#
public int Delay { get; set; }

Property Value

Number of hundredths (1/100) of a second to wait after rendering the frame.

Remarks

Default value is 0.

See Also

Reference