Skip to main content

DrawerView.IsDrawerShadowVisible Property

Gets or sets whether the Drawer’s shadow is visible.

Namespace: DevExpress.XamarinForms.Navigation

Assembly: DevExpress.XamarinForms.Navigation.dll

NuGet Package: DevExpress.XamarinForms.Navigation

#Declaration

C#
public bool IsDrawerShadowVisible { get; set; }

#Property Value

Type Description
Boolean

true, if the Drawer’s shadow is visible; otherwise, false.

See Also