Class SfNeumorphismView
Inheritance
System.Object
SfNeumorphismView
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
Methods
Invalidate()
Declaration
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 |
|