PlatformEffect Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public ref class PlatformEffect abstract : Microsoft::Maui::Controls::PlatformEffect<System::Object ^, System::Object ^>
public abstract class PlatformEffect : Microsoft.Maui.Controls.PlatformEffect<object,object>
type PlatformEffect = class
inherit PlatformEffect<obj, obj>
Public MustInherit Class PlatformEffect
Inherits PlatformEffect(Of Object, Object)
- Héritage
Constructeurs
PlatformEffect() |
Propriétés
Container | (Hérité de PlatformEffect<TContainer,TControl>) |
Control | (Hérité de PlatformEffect<TContainer,TControl>) |
Element |
Obtient l’élément auquel le style est attaché. (Hérité de Effect) |
IsAttached |
Obtient une valeur qui indique si l’effet est attaché à un élément. (Hérité de Effect) |
ResolveId |
Obtient l’ID qui sert à résoudre cet effet au moment de l’exécution. (Hérité de Effect) |
Méthodes
OnAttached() | (Hérité de Effect) |
OnDetached() | (Hérité de Effect) |
OnElementPropertyChanged(PropertyChangedEventArgs) | (Hérité de PlatformEffect<TContainer,TControl>) |