Skip to main content

DrawerView.DrawerBackgroundColor Property

Gets or sets the color the view uses to paint the Drawer background.

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 color the view uses to paint the Drawer background.

See Also