IEffect Interface
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[TypeConverterAttribute(typeof(EffectConverter))]
[NotClientImplementableAttribute]
public interface IEffect
<TypeConverterAttribute(GetType(EffectConverter))>
<NotClientImplementableAttribute>
Public Interface IEffect
[<TypeConverterAttribute(typeof(EffectConverter))>]
[<NotClientImplementableAttribute>]
type IEffect = interface end