Table of Contents

Interface IDropShadowEffect

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll
public interface IDropShadowEffect : IEffect
Extension Methods

Properties

BlurRadius

double BlurRadius { get; }

Property Value

double

Color

Color Color { get; }

Property Value

Color

OffsetX

double OffsetX { get; }

Property Value

double

OffsetY

double OffsetY { get; }

Property Value

double

Opacity

double Opacity { get; }

Property Value

double