MediaOverlay.Delay Property

Definition

Gets or sets the time span from the start of the clip after which the media overlay should be rendered.

public:
 property TimeSpan Delay { TimeSpan get(); void set(TimeSpan value); };
TimeSpan Delay();

void Delay(TimeSpan value);
public System.TimeSpan Delay { get; set; }
var timeSpan = mediaOverlay.delay;
mediaOverlay.delay = timeSpan;
Public Property Delay As TimeSpan

Property Value

The time span from the start of the clip after which the media overlay should be rendered.

Applies to