IDropShadowEffect Interface
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public interface IDropShadowEffect : IEffect
Public Interface IDropShadowEffect
Inherits IEffect
type IDropShadowEffect =
interface
interface IEffect
end
| Implements | IEffect |
Properties
| BlurRadius | |
| Color | |
| OffsetX | |
| OffsetY | |
| Opacity |
Extension Methods
| ToImmutable() | Converts a effect to an immutable effect. (Defined by EffectExtensions) |