Element.IEffectControlProvider.RegisterEffect(Effect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Registers the specified effect
to this element.
virtual void Microsoft.Maui.Controls.IEffectControlProvider.RegisterEffect(Microsoft::Maui::Controls::Effect ^ effect) = Microsoft::Maui::Controls::IEffectControlProvider::RegisterEffect;
void IEffectControlProvider.RegisterEffect(Microsoft.Maui.Controls.Effect effect);
abstract member Microsoft.Maui.Controls.IEffectControlProvider.RegisterEffect : Microsoft.Maui.Controls.Effect -> unit
override this.Microsoft.Maui.Controls.IEffectControlProvider.RegisterEffect : Microsoft.Maui.Controls.Effect -> unit
Sub RegisterEffect (effect As Effect) Implements IEffectControlProvider.RegisterEffect
Parameters
- effect
- Effect
The effect to be registered.