VideoObjectProperties.CurrentPosition Property
Gets or sets the playback position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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