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 ShowAudioSettings dependency property.
Declaration
public static readonly DependencyProperty ShowAudioSettingsProperty
Field Value
System.Windows.DependencyProperty
|
WebCamProperty
Identifies the WebCam dependency property.
Declaration
public static readonly DependencyProperty WebCamProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ShowAudioSettings
Gets or sets whether the audio settings of the control is visible.
Declaration
public bool ShowAudioSettings { get; set; }
Property Value
System.Boolean
|
WebCam
Gets or sets the associated RadWebCam control.
Declaration
public RadWebCam WebCam { get; set; }
Property Value
RadWebCam
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event and sets System.Windows.FrameworkElement.DefaultStyleKey from the active theme.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
ResetChanges()
Resets all changes in the camera settings.
Declaration
public void ResetChanges()