Class BackdropFrontLayer
Represents a class that contains the front layer of backdrop control.
Inherited Members
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the back color of the layout.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
EdgeShape
Gets or sets a value edge mode of the front layout.
Declaration
public EdgeShape EdgeShape { get; set; }
Property Value
Type |
---|
EdgeShape |
EnableSwiping
Gets or sets a value indicating whether the front layout able to swipe.
Declaration
public bool EnableSwiping { get; set; }
Property Value
Type |
---|
System.Boolean |
LeftCornerRadius
Gets or sets a value top left corner radius of front view.
Declaration
public double LeftCornerRadius { get; set; }
Property Value
Type |
---|
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 |
---|
System.Double |
RightCornerRadius
Gets or sets a value top right corner radius of front view.
Declaration
public double RightCornerRadius { get; set; }
Property Value
Type |
---|
System.Double |