Skip to main content
A newer version of this page is available. .

CameraControl.StopCommand Property

Gets a command that stops the capture of the video stream from the currently used device.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public ICommand StopCommand { get; }

Property Value

Type Description
ICommand

A ICommand object that stops the capture of the video stream from the currently used device.

See Also