Condividi tramite


PlatformEffect<TContainer,TControl> Classe

Definizione

generic <typename TContainer, typename TControl>
 where TContainer : class where TControl : classpublic ref class PlatformEffect abstract : Microsoft::Maui::Controls::Effect
public abstract class PlatformEffect<TContainer,TControl> : Microsoft.Maui.Controls.Effect where TContainer : class where TControl : class
type PlatformEffect<'Container, 'Control (requires 'Container : null and 'Control : null)> = class
    inherit Effect
Public MustInherit Class PlatformEffect(Of TContainer, TControl)
Inherits Effect

Parametri di tipo

TContainer
TControl
Ereditarietà
PlatformEffect<TContainer,TControl>
Derivato

Costruttori

PlatformEffect<TContainer,TControl>()

Proprietà

Container
Control
Element

Ottiene l'elemento a cui lo stile è collegato.

(Ereditato da Effect)
IsAttached

Ottiene un valore che indica se l'effetto è collegato a un elemento.

(Ereditato da Effect)
ResolveId

Ottiene l'ID usato per risolvere questo effetto in fase di esecuzione.

(Ereditato da Effect)

Metodi

OnAttached() (Ereditato da Effect)
OnDetached() (Ereditato da Effect)
OnElementPropertyChanged(PropertyChangedEventArgs)

Si applica a