IEffectControlProvider Interface

Definition

When implemented in a renderer, registers a platform-specific effect on an element.

public interface IEffectControlProvider
type IEffectControlProvider = interface

Methods

RegisterEffect(Effect)

Registers the effect with the element by establishing the parent-child relations needed for rendering on the specific platform.

Applies to