MediaClip.TrimTimeFromEnd Property

Definition

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

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

void TrimTimeFromEnd(TimeSpan value);
public System.TimeSpan TrimTimeFromEnd { get; set; }
var timeSpan = mediaClip.trimTimeFromEnd;
mediaClip.trimTimeFromEnd = timeSpan;
Public Property TrimTimeFromEnd 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