Xamarin.Forms

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

    Show / Hide Table of Contents

    Class BackdropFrontLayer

    Represents a class that contains the front layer of backdrop control.

    Inheritance
    System.Object
    BackdropBaseView
    BackdropFrontLayer
    Inherited Members
    BackdropBaseView.ContentProperty
    BackdropBaseView.OnBindingContextChanged()
    BackdropBaseView.ControlTemplate
    BackdropBaseView.Content
    Namespace: Syncfusion.XForms.Backdrop
    Assembly: Syncfusion.SfBackdrop.XForms.dll
    Syntax
    public class BackdropFrontLayer : BackdropBaseView, IThemeElement

    Constructors

    BackdropFrontLayer()

    Initializes a new instance of the BackdropFrontLayer class.

    Declaration
    public BackdropFrontLayer()

    Fields

    BackgroundColorProperty

    Gets or sets the back color of the layout.

    Declaration
    public static readonly BindableProperty BackgroundColorProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    EdgeShapeProperty

    Gets or sets a value whether edge of the front layout is curved or sharp edged.

    Declaration
    public static readonly BindableProperty EdgeShapeProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    EnableSwipingProperty

    Gets or sets a value indicating whether the front layout able to swipe.

    Declaration
    public static readonly BindableProperty EnableSwipingProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    LeftCornerRadiusProperty

    Gets or sets a value for top left corner radius of front view.

    Declaration
    public static readonly BindableProperty LeftCornerRadiusProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    RevealedHeightProperty

    Gets or sets a height of the front layer when the back layer revealed.

    Declaration
    public static readonly BindableProperty RevealedHeightProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    RightCornerRadiusProperty

    Gets or sets a value for top right corner radius of front view.

    Declaration
    public static readonly BindableProperty RightCornerRadiusProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    BackgroundColor

    Gets or sets the back color of the layout.

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    EdgeShape

    Gets or sets a value edge mode of the front layout.

    Declaration
    public EdgeShape EdgeShape { get; set; }
    Property Value
    Type Description
    EdgeShape

    EnableSwiping

    Gets or sets a value indicating whether the front layout able to swipe.

    Declaration
    public bool EnableSwiping { get; set; }
    Property Value
    Type Description
    System.Boolean

    LeftCornerRadius

    Gets or sets a value top left corner radius of front view.

    Declaration
    public double LeftCornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    RevealedHeight

    Gets or sets a height of the front layer when the back layer revealed.

    Declaration
    public double RevealedHeight { get; set; }
    Property Value
    Type Description
    System.Double

    RightCornerRadius

    Gets or sets a value top right corner radius of front view.

    Declaration
    public double RightCornerRadius { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved