CameraCaptureDialog.VideoTimeLimit Property
3/29/2010
Gets or sets the time-limit for video clips.
Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)
Syntax
public TimeSpan VideoTimeLimit { get; set; }
'Declaration
Public Property VideoTimeLimit As TimeSpan
Remarks
VideoTimeLimit is a time-interval represented by a TimeSpan object. For more information, see TimeSpan Structure on MSDN.
A time limit of 0 indicates that there is no limitation. The default is 0 (no limit).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
CameraCaptureDialog Class
CameraCaptureDialog Members
Microsoft.WindowsMobile.Forms Namespace