Class WebCamRootRadElement
Represents root element of a RadWebCam control.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadWebCam.dll
Syntax
public class WebCamRootRadElement : RootRadElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
WebCamRootRadElement(RadWebCam)
Initializes a new instance of the WebCamRootRadElement class.
Declaration
public WebCamRootRadElement(RadWebCam webCam)
Parameters
RadWebCam
webCam
|
Fields
ControlPanelHeightProperty
Identifies the ControlPanelHeight RadProperty.
Declaration
public static RadProperty ControlPanelHeightProperty
Field Value
RadProperty
|
Properties
ControlPanelHeight
Gets the height of the panel with the camera controls.
Declaration
public int ControlPanelHeight { get; }
Property Value
System.Int32
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Raised when a property value is changed.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
The RadPropertyChangedEventArgs arguments. |