New to Telerik UI for WPFStart a free 30-day trial

Registers in the CommandManager all the commands that RadWebCam exposes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

C#
public static class RadWebCamCommands

Inheritance: objectRadWebCamCommands

Properties

DiscardSnapshot

RoutedUICommand

Gets the Discard snapshot command.

C#
public static RoutedUICommand DiscardSnapshot { get; }

SaveSnapshot

RoutedUICommand

Gets the Save snapshot command.

C#
public static RoutedUICommand SaveSnapshot { get; }

ShowSettingsDialog

RoutedUICommand

Gets the Show settings dialog command.

C#
public static RoutedUICommand ShowSettingsDialog { get; }

Start

RoutedUICommand

Gets the Start command.

C#
public static RoutedUICommand Start { get; }

Stop

RoutedUICommand

Gets the Stop command.

C#
public static RoutedUICommand Stop { get; }

TakeSnapshot

RoutedUICommand

Gets the Take snapshot command.

C#
public static RoutedUICommand TakeSnapshot { get; }

ToggleRecording

RoutedUICommand

Gets the Toggle recording command.

C#
public static RoutedUICommand ToggleRecording { get; }