Table of Contents

Class SkiaShadow

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class SkiaShadow : BindableObject, INotifyPropertyChanged
Inheritance
SkiaShadow
Implements
Inherited Members
Extension Methods

Fields

BlurProperty

public static readonly BindableProperty BlurProperty

Field Value

BindableProperty

ColorProperty

public static readonly BindableProperty ColorProperty

Field Value

BindableProperty

OpacityProperty

public static readonly BindableProperty OpacityProperty

Field Value

BindableProperty

ShadowOnlyProperty

public static readonly BindableProperty ShadowOnlyProperty

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

Opacity

public double Opacity { get; set; }

Property Value

double

Parent

public ICanBeUpdatedWithContext Parent { get; set; }

Property Value

ICanBeUpdatedWithContext

ShadowOnly

public bool ShadowOnly { get; set; }

Property Value

bool

Tag

public string Tag { get; set; }

Property Value

string

X

public double X { get; set; }

Property Value

double

Y

public double Y { get; set; }

Property Value

double

Methods

Attach(ICanBeUpdatedWithContext)

public void Attach(ICanBeUpdatedWithContext parent)

Parameters

parent ICanBeUpdatedWithContext

Dettach()

public void Dettach()