Class BackdropBaseView
Represents a class that distributed the header and content view for both front and back layer of backdrop control.
Namespace: Syncfusion.XForms.Backdrop
Assembly: Syncfusion.SfBackdrop.XForms.dll
Syntax
public abstract class BackdropBaseView : TemplatedView
Constructors
BackdropBaseView()
Initializes a new instance of the BackdropBaseView class.
Declaration
protected BackdropBaseView()
Fields
ContentProperty
Gets or sets the value for a content view of backdrop control.
Declaration
public static readonly BindableProperty ContentProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Content
Gets or sets the data used as a content view for BackdropBaseView.
Declaration
public View Content { get; set; }
Property Value
Type |
---|
Xamarin.Forms.View |
ControlTemplate
Gets value for template that specifies a group of styles and effects for controls.
Declaration
public ControlTemplate ControlTemplate { get; }
Property Value
Type |
---|
Xamarin.Forms.ControlTemplate |
Methods
OnBindingContextChanged()
Overridden. Raised when the binding context changed.
Declaration
protected override void OnBindingContextChanged()