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