Class SkinVideoEffectsWindow
Interaction logic for SkinVideoEffects.xaml.
Inheritance
SkinVideoEffectsWindow
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF.Skins
Assembly: VisioForge.Core.dll
Syntax
public class SkinVideoEffectsWindow : Window, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector
Constructors
SkinVideoEffectsWindow()
Initializes a new instance of the SkinVideoEffectsWindow class.
Declaration
public SkinVideoEffectsWindow()
Fields
SkinNameProperty
The skin name property.
Declaration
public static readonly DependencyProperty SkinNameProperty
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Properties
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
Attach(IVideoEffectsControls)
Attaches the effects interface.
Declaration
public void Attach(IVideoEffectsControls effects)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEffectsControls | effects | The effects. |
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()