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
public Color DrawerBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color the view uses to paint the Drawer background. |
See Also