Skip to main content
Tab

QuickTimeObjectProperties.Loop Property

Gets or sets whether a Quick Time movie repeats indefinitely, or stops when it reaches the last frame.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool Loop { get; set; }

Property Value

Type Default Description
Boolean false

true to loop movie playback; otherwise, false.

See Also