Class SkinCaptureControls
SkinCaptureControls. Implements the Grid Implements the IDisposable.
Inheritance
SkinCaptureControls
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Skins
Assembly: VisioForge.Core.dll
Syntax
public class SkinCaptureControls : Grid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDisposable
Constructors
SkinCaptureControls()
Initializes a new instance of the SkinCaptureControls class.
Declaration
public SkinCaptureControls()
Fields
SkinNameProperty
The skin name property.
Declaration
public static readonly DependencyProperty SkinNameProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
Capture
Gets or sets the capture.
Declaration
public IVideoCaptureControls Capture { get; set; }
Property Value
| Type | Description |
|---|---|
| IVideoCaptureControls |
SkinName
Gets or sets the name of the skin.
Declaration
public string SkinName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the skin. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(bool)
Releases unmanaged and - optionally - managed resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
|
Events
OnAction
Occurs when action happened.
Declaration
public event EventHandler<SkinActionEventArgs> OnAction
Event Type
| Type | Description |
|---|---|
| EventHandler<SkinActionEventArgs> |
OnRecordClick
Occurs when record button clicked.
Declaration
public event EventHandler OnRecordClick
Event Type
| Type | Description |
|---|---|
| EventHandler |
OnVideoEffectsClick
Occurs when video effects button clicked.
Declaration
public event EventHandler OnVideoEffectsClick
Event Type
| Type | Description |
|---|---|
| EventHandler |