BlurEffect Class
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class BlurEffect : Effect,
IBlurEffect, IEffect, IMutableEffect
Public NotInheritable Class BlurEffect
Inherits Effect
Implements IBlurEffect, IEffect, IMutableEffect
[<SealedAttribute>]
type BlurEffect =
class
inherit Effect
interface IBlurEffect
interface IEffect
interface IMutableEffect
end
Inheritance | Object → AvaloniaObject → Animatable → Effect → BlurEffect |
Implements | IBlurEffect, IEffect, IMutableEffect |
Constructors
BlurEffect() | Initializes a new instance of the BlurEffect class |
Properties
Item(AvaloniaProperty) | Gets or sets the value of a AvaloniaProperty. (Inherited from AvaloniaObject) |
Item(IndexerDescriptor) | Gets or sets a binding for a AvaloniaProperty. (Inherited from AvaloniaObject) |
Radius | |
Transitions | Gets or sets the property transitions for the control. (Inherited from Animatable) |
Methods
Events
Invalidated | (Inherited from Effect) |
PropertyChanged | Raised when a AvaloniaProperty value changes on this object. (Inherited from AvaloniaObject) |
Fields
RadiusProperty |