Table of Contents

Class SkiaBevel

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll

Defines properties for creating bevel or emboss effects on shapes.

public class SkiaBevel : BindableObject, INotifyPropertyChanged
Inheritance
SkiaBevel
Implements
Inherited Members
Extension Methods

Fields

DepthProperty

Gets or sets the depth of the bevel effect in logical pixels.

public static readonly BindableProperty DepthProperty

Field Value

BindableProperty

LightColorProperty

Gets or sets the light color for the highlight edges.

public static readonly BindableProperty LightColorProperty

Field Value

BindableProperty

OpacityProperty

Gets or sets the opacity for the bevel effect (applies to both light and shadow).

public static readonly BindableProperty OpacityProperty

Field Value

BindableProperty

ShadowColorProperty

Gets or sets the shadow color for the shadowed edges.

public static readonly BindableProperty ShadowColorProperty

Field Value

BindableProperty

Properties

Depth

public double Depth { get; set; }

Property Value

double

LightColor

public Color LightColor { get; set; }

Property Value

Color

Opacity

public double Opacity { get; set; }

Property Value

double

Parent

public ICanBeUpdatedWithContext Parent { get; set; }

Property Value

ICanBeUpdatedWithContext

ShadowColor

public Color ShadowColor { get; set; }

Property Value

Color

Methods

Attach(ICanBeUpdatedWithContext)

public void Attach(ICanBeUpdatedWithContext parent)

Parameters

parent ICanBeUpdatedWithContext

Dettach()

public void Dettach()