Skip to main content

DrawerPage.ScrimColor Property

Gets or sets the color the DrawerPage uses to paint the scrim.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

Declaration

public Color ScrimColor { get; set; }

Property Value

Type Description
Color

The scrim color.

Remarks

If the IsScrimEnabled property is set to true, the DrawerPage shows the scrim and blocks interaction with the content area when the drawer is opened. Use the ScrimColor property to change the scrim color.

Note

The scrim does not affect the view when the DrawerBehavior property is set to Split.

DrawerPage Scrim

See Also