Class SfNeumorphismDrawer
Inheritance
System.Object
SfNeumorphismDrawer
Implements
Microsoft.Maui.Graphics.IDrawable
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public class SfNeumorphismDrawer : SfShadowDrawer, IDrawable
Constructors
SfNeumorphismDrawer()
Declaration
public SfNeumorphismDrawer()
Properties
IsPressedState
Declaration
public bool IsPressedState { get; set; }
Property Value
LightOffSet
Declaration
public SizeF LightOffSet { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.SizeF |
LightOpacity
Declaration
public float LightOpacity { get; set; }
Property Value
LightShadowColor
Declaration
public Color LightShadowColor { get; set; }
Property Value
Type |
Microsoft.Maui.Graphics.Color |
Methods
DrawShadow(ICanvas, RectF)
Declaration
protected override void DrawShadow(ICanvas canvas, RectF dirtyRect)
Parameters
Type |
Name |
Description |
Microsoft.Maui.Graphics.ICanvas |
canvas |
|
Microsoft.Maui.Graphics.RectF |
dirtyRect |
|
Overrides
Implements
Microsoft.Maui.Graphics.IDrawable