Table of Contents

Class DropShadowEffectBase

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public abstract class DropShadowEffectBase : Effect, INotifyPropertyChanged
Inheritance
DropShadowEffectBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

DropShadowEffectBase()

protected DropShadowEffectBase()

Fields

BlurRadiusProperty

public static readonly StyledProperty<double> BlurRadiusProperty

Field Value

StyledProperty<double>

ColorProperty

public static readonly StyledProperty<Color> ColorProperty

Field Value

StyledProperty<Color>

OpacityProperty

public static readonly StyledProperty<double> OpacityProperty

Field Value

StyledProperty<double>

Properties

BlurRadius

public double BlurRadius { get; set; }

Property Value

double

Color

public Color Color { get; set; }

Property Value

Color

Opacity

public double Opacity { get; set; }

Property Value

double