Table of Contents

Class DropShadowEffect

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class DropShadowEffect : BaseImageFilterEffect, INotifyPropertyChanged, IDisposable, IImageEffect, ISkiaEffect, ICanBeUpdatedWithContext, ICanBeUpdated
Inheritance
DropShadowEffect
Implements
Derived
Inherited Members
Extension Methods

Fields

BlurProperty

public static readonly BindableProperty BlurProperty

Field Value

BindableProperty

ColorProperty

public static readonly BindableProperty ColorProperty

Field Value

BindableProperty

XProperty

public static readonly BindableProperty XProperty

Field Value

BindableProperty

YProperty

public static readonly BindableProperty YProperty

Field Value

BindableProperty

Properties

Blur

public double Blur { get; set; }

Property Value

double

Color

public Color Color { get; set; }

Property Value

Color

NeedApply

public override bool NeedApply { get; }

Property Value

bool

X

public double X { get; set; }

Property Value

double

Y

public double Y { get; set; }

Property Value

double

Methods

CreateFilter(SKRect)

public override SKImageFilter CreateFilter(SKRect destination)

Parameters

destination SKRect

Returns

SKImageFilter