DrawerPage.DrawerBackgroundColor Property
In This Article
Gets or sets the background color of the drawer.
Namespace: DevExpress.XamarinForms.Navigation
Assembly: DevExpress.XamarinForms.Navigation.dll
NuGet Package: DevExpress.XamarinForms.Navigation
#Declaration
C#
public Color DrawerBackgroundColor { get; set; }
#Property Value
Type | Description |
---|---|
Color | The background color of the drawer. |
#Remarks
The DrawerPage object provides a set of properties to customize the drawer appearance. For example, you can set the drawer size (DrawerHeight or DrawerWidth depending on the DrawerPosition property value), change the drawer color (DrawerBackgroundColor), and configure the shadow (DrawerShadowColor, DrawerShadowHeight, DrawerShadowRadius). You can also specify the drawer header (DrawerHeaderContent) and/or footer (DrawerFooterContent).
See Also