Element.EffectIsAttached(String) Method

Definition

For internal use by .NET MAUI.

public:
 virtual bool EffectIsAttached(System::String ^ name);
public bool EffectIsAttached (string name);
abstract member EffectIsAttached : string -> bool
override this.EffectIsAttached : string -> bool
Public Function EffectIsAttached (name As String) As Boolean

Parameters

name
String

For internal use by the Microsoft.Maui.Controls platform.

Returns

Implements

Applies to