Click or drag to resize

EngineOptionsIsAutoplayEnabled Property

Indicates whether video playback will automatically start after page loading.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsAutoplayEnabled { get; }

Property Value

Type: Boolean
true if autoplay is enabled, false otherwise.
See Also