alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfNeumorphismDrawer

    Inheritance
    System.Object
    SfShadowDrawer
    SfNeumorphismDrawer
    Implements
    Microsoft.Maui.Graphics.IDrawable
    Inherited Members
    SfShadowDrawer.BackgroundColor
    SfShadowDrawer.Blur
    SfShadowDrawer.CornerRadius
    SfShadowDrawer.Draw(ICanvas, RectF)
    SfShadowDrawer.Offset
    SfShadowDrawer.Opacity
    SfShadowDrawer.Padding
    SfShadowDrawer.ShadowColor
    Namespace: SampleBrowser.Maui.Base.CustomView
    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
    Type
    System.Boolean

    LightOffSet

    Declaration
    public SizeF LightOffSet { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.SizeF

    LightOpacity

    Declaration
    public float LightOpacity { get; set; }
    Property Value
    Type
    System.Single

    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
    SfShadowDrawer.DrawShadow(ICanvas, RectF)

    Implements

    Microsoft.Maui.Graphics.IDrawable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved