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

VideoObjectProperties.CurrentMarker Property

Gets or sets the current marker number.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int CurrentMarker { get; set; }

Property Value

Type Default Description
Int32 0

A positive integer value that specifies the current marker number.

Remarks

Use the CurrentMarker property to start playback from the specified marker.

See Also