Skip to main content
Tab

FlashObjectProperties.Loop Property

Gets or sets whether the Flash 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(true)]
public bool Loop { get; set; }

Property Value

Type Default Description
Boolean true

true to loop movie playback; otherwise, false.

See Also