Table of Contents

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

ImmutableDropShadowEffect(double, double, double, Color, double)

public ImmutableDropShadowEffect(double offsetX, double offsetY, double blurRadius, Color color, double opacity)

Parameters

offsetX double
offsetY double
blurRadius double
color Color
opacity double

Properties

BlurRadius

public double BlurRadius { get; }

Property Value

double

Color

public Color Color { get; }

Property Value

Color

OffsetX

public double OffsetX { get; }

Property Value

double

OffsetY

public double OffsetY { get; }

Property Value

double

Opacity

public double Opacity { get; }

Property Value

double

Methods

Equals(IEffect?)

public bool Equals(IEffect? other)

Parameters

other IEffect

Returns

bool