Class RadWebCamCommands
Registers in the CommandManager all the commands that RadWebCam exposes.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
public static class RadWebCamCommands : Object
Properties
DiscardSnapshot
Gets the Discard snapshot command.
Declaration
public static RoutedUICommand DiscardSnapshot { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
SaveSnapshot
Gets the Save snapshot command.
Declaration
public static RoutedUICommand SaveSnapshot { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ShowSettingsDialog
Gets the Show settings dialog command.
Declaration
public static RoutedUICommand ShowSettingsDialog { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
Start
Gets the Start command.
Declaration
public static RoutedUICommand Start { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
Stop
Gets the Stop command.
Declaration
public static RoutedUICommand Stop { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
TakeSnapshot
Gets the Take snapshot command.
Declaration
public static RoutedUICommand TakeSnapshot { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ToggleRecording
Gets the Toggle recording command.
Declaration
public static RoutedUICommand ToggleRecording { get; }
Property Value
System.Windows.Input.RoutedUICommand
|