Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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