alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfNeumorphismView

    Inheritance
    System.Object
    SfNeumorphismView
    Namespace: SampleBrowser.Maui.Base.CustomView
    Assembly: SampleBrowser.Maui.Base.dll
    Syntax
    public class SfNeumorphismView : ContentView

    Constructors

    SfNeumorphismView()

    Declaration
    public SfNeumorphismView()

    Fields

    ContentProperty

    Declaration
    public static readonly BindableProperty ContentProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    DrawableProperty

    Declaration
    public static readonly BindableProperty DrawableProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    Content

    Declaration
    public View Content { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.View

    Drawable

    Declaration
    public SfNeumorphismDrawer Drawable { get; set; }
    Property Value
    Type
    SfNeumorphismDrawer

    Methods

    Invalidate()

    Declaration
    public void Invalidate()

    OnContentPropertyChanged(BindableObject, Object, Object)

    Declaration
    protected static void OnContentPropertyChanged(BindableObject bindable, object oldValue, object newValue)
    Parameters
    Type Name Description
    Microsoft.Maui.Controls.BindableObject bindable
    System.Object oldValue
    System.Object newValue

    OnDrawablePropertyChanged(BindableObject, Object, Object)

    Declaration
    protected static void OnDrawablePropertyChanged(BindableObject bindable, object oldValue, object newValue)
    Parameters
    Type Name Description
    Microsoft.Maui.Controls.BindableObject bindable
    System.Object oldValue
    System.Object newValue
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved