Skip to main content
A newer version of this page is available. .
Tab

VideoObjectProperties.CurrentPosition Property

Gets or sets the playback position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(decimal), "0.0")]
public virtual decimal CurrentPosition { get; set; }

Property Value

Type Default Description
Decimal "0.0"

A Decimal value that specifies the current position, in seconds, relative to the beginning of the original source.

See Also