Class
RadWebCamCommands

Registers in the CommandManager all the commands that RadWebCam exposes.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

cs-api-definition
public static class RadWebCamCommands

Inheritance: objectRadWebCamCommands

Properties

DiscardSnapshot

Gets the Discard snapshot command.

Declaration

cs-api-definition
public static RoutedUICommand DiscardSnapshot { get; }

Property Value

RoutedUICommand

SaveSnapshot

Gets the Save snapshot command.

Declaration

cs-api-definition
public static RoutedUICommand SaveSnapshot { get; }

Property Value

RoutedUICommand

ShowSettingsDialog

Gets the Show settings dialog command.

Declaration

cs-api-definition
public static RoutedUICommand ShowSettingsDialog { get; }

Property Value

RoutedUICommand

Start

Gets the Start command.

Declaration

cs-api-definition
public static RoutedUICommand Start { get; }

Property Value

RoutedUICommand

Stop

Gets the Stop command.

Declaration

cs-api-definition
public static RoutedUICommand Stop { get; }

Property Value

RoutedUICommand

TakeSnapshot

Gets the Take snapshot command.

Declaration

cs-api-definition
public static RoutedUICommand TakeSnapshot { get; }

Property Value

RoutedUICommand

ToggleRecording

Gets the Toggle recording command.

Declaration

cs-api-definition
public static RoutedUICommand ToggleRecording { get; }

Property Value

RoutedUICommand