MediaOverlay.Delay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.