Table of Contents

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

ImmutableDropShadowDirectionEffect(double, double, double, Color, double)

public ImmutableDropShadowDirectionEffect(double direction, double shadowDepth, double blurRadius, Color color, double opacity)

Parameters

direction double
shadowDepth double
blurRadius double
color Color
opacity double

Properties

BlurRadius

public double BlurRadius { get; }

Property Value

double

Color

public Color Color { get; }

Property Value

Color

Direction

public double Direction { get; }

Property Value

double

OffsetX

public double OffsetX { get; }

Property Value

double

OffsetY

public double OffsetY { get; }

Property Value

double

Opacity

public double Opacity { get; }

Property Value

double

ShadowDepth

public double ShadowDepth { get; }

Property Value

double

Methods

Equals(IEffect?)

public bool Equals(IEffect? other)

Parameters

other IEffect

Returns

bool