Gets whether clip transition effects should be used with this clip.

Namespace:  ScreenMonkey.Clips
Assembly:  ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)

Syntax

C#
public virtual bool EffectsSupported { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property EffectsSupported As Boolean
Visual C++
public:
virtual property bool EffectsSupported {
	bool get ();
}

Remarks

Normally you would return true but if for some reason your clip does not work with effects you can disable them so a hard transition will always ocurr.

See Also