Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaClip.TrimTimeFromEnd 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.

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


Feedback

Was this page helpful?