Class BackdropBackLayer
Represents a class that contains the back layer of backdrop control.The back layer displays actions and context, and these control and inform the front layers content.
Inherited Members
Namespace: Syncfusion.XForms.Backdrop
Assembly: Syncfusion.SfBackdrop.XForms.dll
Syntax
public class BackdropBackLayer : BackdropBaseView, IThemeElement
Constructors
BackdropBackLayer()
Initializes a new instance of the BackdropBackLayer class.
Declaration
public BackdropBackLayer()
Fields
BackgroundColorProperty
Gets or sets the back color of the layout.
Declaration
public static readonly BindableProperty BackgroundColorProperty
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 |