Class
CameraSettingsControl

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:

cs-api-definition
[TelerikToolboxCategory("Media")]
public class CameraSettingsControl : Control

Inheritance: objectCameraSettingsControl

Constructors

CameraSettingsControl()

Declaration

cs-api-definition
public CameraSettingsControl()

Fields

ShowAudioSettingsProperty

Identifies the ShowAudioSettings dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowAudioSettingsProperty

Field Value

DependencyProperty

WebCamProperty

Identifies the WebCam dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty WebCamProperty

Field Value

DependencyProperty

Properties

ShowAudioSettings

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

Declaration

cs-api-definition
public bool ShowAudioSettings { get; set; }

Property Value

bool

WebCam

Gets or sets the associated RadWebCam control.

Declaration

cs-api-definition
public RadWebCam WebCam { get; set; }

Property Value

RadWebCam

Methods

OnInitialized(EventArgs)

Raises the event and sets from the active theme.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetChanges()

Resets all changes in the camera settings.

Declaration

cs-api-definition
public void ResetChanges()