Sdílet prostřednictvím


PlatformEffect<TContainer,TControl> Třída

Definice

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

Parametry typu

TContainer
TControl
Dědičnost
PlatformEffect<TContainer,TControl>
Odvozené

Konstruktory

PlatformEffect<TContainer,TControl>()

Vlastnosti

Container
Control
Element

Získá prvek, ke kterému je styl připojen.

(Zděděno od Effect)
IsAttached

Získá hodnotu určující, zda je efekt připojen k prvku.

(Zděděno od Effect)
ResolveId

Získá ID, které se používá k vyřešení tohoto efektu za běhu.

(Zděděno od Effect)

Metody

OnAttached() (Zděděno od Effect)
OnDetached() (Zděděno od Effect)
OnElementPropertyChanged(PropertyChangedEventArgs)

Platí pro