Class ImmutableDropShadowEffect
- Namespace
- Avalonia.Media
- Assembly
- Avalonia.Base.dll
public class ImmutableDropShadowEffect : IDropShadowEffect, IImmutableEffect, IEffect, IEquatable<IEffect>
- Inheritance
-
ImmutableDropShadowEffect
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public ImmutableDropShadowEffect(double offsetX, double offsetY, double blurRadius, Color color, double opacity)
Parameters
offsetX
double
offsetY
double
blurRadius
double
color
Color
opacity
double
Properties
public double BlurRadius { get; }
Property Value
- double
public Color Color { get; }
Property Value
- Color
public double OffsetX { get; }
Property Value
- double
public double OffsetY { get; }
Property Value
- double
public double Opacity { get; }
Property Value
- double
Methods
public bool Equals(IEffect? other)
Parameters
other
IEffect
Returns
- bool