1 using System.ComponentModel;
3 namespace Tizen.NUI.Binding
6 /// When implemented in a renderer, registers a platform-specific effect on an element.
8 [EditorBrowsable(EditorBrowsableState.Never)]
9 internal interface IEffectControlProvider
12 /// Registers the effect with the element by establishing the parent-child relations needed for rendering on the specific platform.
14 /// <param name="effect">The effect to register.</param>
15 void RegisterEffect(Effect effect);