Class SkiaBevel
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
LightColorProperty
Gets or sets the light color for the highlight edges.
public static readonly BindableProperty LightColorProperty
Field Value
OpacityProperty
Gets or sets the opacity for the bevel effect (applies to both light and shadow).
public static readonly BindableProperty OpacityProperty
Field Value
ShadowColorProperty
Gets or sets the shadow color for the shadowed edges.
public static readonly BindableProperty ShadowColorProperty
Field Value
Properties
Depth
public double Depth { get; set; }
Property Value
LightColor
public Color LightColor { get; set; }
Property Value
Opacity
public double Opacity { get; set; }
Property Value
Parent
public ICanBeUpdatedWithContext Parent { get; set; }
Property Value
ShadowColor
public Color ShadowColor { get; set; }
Property Value
Methods
Attach(ICanBeUpdatedWithContext)
public void Attach(ICanBeUpdatedWithContext parent)
Parameters
parentICanBeUpdatedWithContext
Dettach()
public void Dettach()