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

Represents a control that displays all the available camera settings of RadWebCam control.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Media.dll

Syntax:

C#
[TelerikToolboxCategory("Media")]
public class CameraSettingsControl : Control

Inheritance: objectCameraSettingsControl

Constructors

C#
public CameraSettingsControl()

Fields

ShowAudioSettingsProperty

DependencyProperty

Identifies the ShowAudioSettings dependency property.

C#
public static readonly DependencyProperty ShowAudioSettingsProperty

WebCamProperty

DependencyProperty

Identifies the WebCam dependency property.

C#
public static readonly DependencyProperty WebCamProperty

Properties

Gets or sets whether the audio settings of the control is visible.

C#
public bool ShowAudioSettings { get; set; }

Gets or sets the associated RadWebCam control.

C#
public RadWebCam WebCam { get; set; }

Methods

Raises the event and sets from the active theme.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets all changes in the camera settings.

C#
public void ResetChanges()