Table of Contents

Class DropShadowEffect

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public sealed class DropShadowEffect : DropShadowEffectBase, INotifyPropertyChanged, IDropShadowEffect, IMutableEffect, IEffect
Inheritance
DropShadowEffect
Implements
Inherited Members
Extension Methods

Constructors

DropShadowEffect()

public DropShadowEffect()

Fields

OffsetXProperty

public static readonly StyledProperty<double> OffsetXProperty

Field Value

StyledProperty<double>

OffsetYProperty

public static readonly StyledProperty<double> OffsetYProperty

Field Value

StyledProperty<double>

Properties

OffsetX

public double OffsetX { get; set; }

Property Value

double

OffsetY

public double OffsetY { get; set; }

Property Value

double

Methods

ToImmutable()

Creates an immutable clone of the effect.

public IImmutableEffect ToImmutable()

Returns

IImmutableEffect

The immutable clone.