Compartilhar via


PlatformEffect<TContainer,TControl> Classe

Definição

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

Parâmetros de tipo

TContainer
TControl
Herança
PlatformEffect<TContainer,TControl>
Derivado

Construtores

PlatformEffect<TContainer,TControl>()

Propriedades

Container
Control
Element

Obtém o elemento ao qual o estilo está anexado.

(Herdado de Effect)
IsAttached

Obtém um valor que indica se o efeito está anexado a um elemento.

(Herdado de Effect)
ResolveId

Obtém a ID usada para resolver esse efeito em runtime.

(Herdado de Effect)

Métodos

OnAttached() (Herdado de Effect)
OnDetached() (Herdado de Effect)
OnElementPropertyChanged(PropertyChangedEventArgs)

Aplica-se a