Skip to main content

ImmutableDropShadowDirectionEffect Class

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Base
Package:Avalonia
public class ImmutableDropShadowDirectionEffect

Inheritance: object -> ImmutableDropShadowDirectionEffect

Implements: IDirectionDropShadowEffect, IDropShadowEffect, IEffect, IImmutableEffect, IEquatable<IEffect>

Constructors

NameDescription
ImmutableDropShadowDirectionEffectNo summary available.

ImmutableDropShadowDirectionEffect Constructor

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

Parameters

direction double

shadowDepth double

blurRadius double

color Avalonia.Media.Color

opacity double

Methods

NameDescription
EqualsNo summary available.

Equals Method

public bool Equals(Avalonia.Media.IEffect other)

Parameters

other Avalonia.Media.IEffect

Returns

bool

Properties

NameDescription
BlurRadiusNo summary available.
ColorNo summary available.
DirectionNo summary available.
OffsetXNo summary available.
OffsetYNo summary available.
OpacityNo summary available.
ShadowDepthNo summary available.

BlurRadius Property

public double BlurRadius { get; set; }

Color Property

public Avalonia.Media.Color Color { get; set; }

Direction Property

public double Direction { get; set; }

OffsetX Property

public double OffsetX { get; set; }

OffsetY Property

public double OffsetY { get; set; }

Opacity Property

public double Opacity { get; set; }

ShadowDepth Property

public double ShadowDepth { get; set; }