Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BackdropBaseView

    Show / Hide Table of Contents

    Class BackdropBaseView

    Represents a class that distributed the header and content view for both front and back layer of backdrop control.

    Inheritance
    System.Object
    BackdropBaseView
    BackdropBackLayer
    BackdropFrontLayer
    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 Description
    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 Description
    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 Description
    Xamarin.Forms.ControlTemplate

    Methods

    OnBindingContextChanged()

    Overridden. Raised when the binding context changed.

    Declaration
    protected override void OnBindingContextChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved