DropShadowEffect Class
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class DropShadowEffect : DropShadowEffectBase,
IDropShadowEffect, IEffect, IMutableEffect
Public NotInheritable Class DropShadowEffect
Inherits DropShadowEffectBase
Implements IDropShadowEffect, IEffect, IMutableEffect
[<SealedAttribute>]
type DropShadowEffect =
class
inherit DropShadowEffectBase
interface IDropShadowEffect
interface IEffect
interface IMutableEffect
end
| Inheritance | Object → AvaloniaObject → Animatable → Effect → DropShadowEffectBase → DropShadowEffect |
| Implements | IDropShadowEffect, IEffect, IMutableEffect |
Constructors
| DropShadowEffect() | Initializes a new instance of the DropShadowEffect class |
Properties
| BlurRadius | (Inherited from DropShadowEffectBase) |
| Color | (Inherited from DropShadowEffectBase) |
| 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) |
| OffsetX | |
| OffsetY | |
| Opacity | (Inherited from DropShadowEffectBase) |
| 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
| OffsetXProperty | |
| OffsetYProperty |