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

CameraControl.StartCommand Property

Gets a command that starts streaming the video captured from the currently used device.

Namespace: DevExpress.Xpf.Editors

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ICommand StartCommand { get; }

Property Value

Type Description
ICommand

A ICommand object that starts streaming the video captured from the currently used device.

See Also