共用方式為


PlatformEffect 類別

定義

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)
繼承

建構函式

PlatformEffect()

屬性

Container (繼承來源 PlatformEffect<TContainer,TControl>)
Control (繼承來源 PlatformEffect<TContainer,TControl>)
Element

取得附加樣式的目標項目。

(繼承來源 Effect)
IsAttached

取得值,指出是否將效果附加至項目。

(繼承來源 Effect)
ResolveId

取得用來在執行階段解析此效果的識別碼。

(繼承來源 Effect)

方法

OnAttached() (繼承來源 Effect)
OnDetached() (繼承來源 Effect)
OnElementPropertyChanged(PropertyChangedEventArgs) (繼承來源 PlatformEffect<TContainer,TControl>)

適用於