IEffectControlProvider.RegisterEffect(Effect) Method

Definition

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

public void RegisterEffect (Xamarin.Forms.Effect effect);
abstract member RegisterEffect : Xamarin.Forms.Effect -> unit

Parameters

effect
Effect

The effect to register.

Applies to