MediaClip.TrimTimeFromStart Property

Definition

The amount of time to trim from the beginning of the media clip.

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

void TrimTimeFromStart(TimeSpan value);
public System.TimeSpan TrimTimeFromStart { get; set; }
var timeSpan = mediaClip.trimTimeFromStart;
mediaClip.trimTimeFromStart = timeSpan;
Public Property TrimTimeFromStart As TimeSpan

Property Value

The trim time must be greater than or equal to 0 and less than the length of the media clip.

Applies to