Class CameraSettingsControl
Represents a control that displays all the available camera settings of RadWebCam control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Media.dll
Syntax
[TelerikToolboxCategory("Media")]
public class CameraSettingsControl : Control
Constructors
CameraSettingsControl()
Declaration
public CameraSettingsControl()
Fields
ShowAudioSettingsProperty
Identifies the Show
Declaration
public static readonly DependencyProperty ShowAudioSettingsProperty
Field Value
System.
|
WebCamProperty
Identifies the Web
Declaration
public static readonly DependencyProperty WebCamProperty
Field Value
System.
|
Properties
ShowAudioSettings
Gets or sets whether the audio settings of the control is visible.
Declaration
public bool ShowAudioSettings { get; set; }
Property Value
System.
|
WebCam
Gets or sets the associated RadWebCam control.
Declaration
public RadWebCam WebCam { get; set; }
Property Value
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
ResetChanges()
Resets all changes in the camera settings.
Declaration
public void ResetChanges()