DrawerView Properties
The view that can show / hide a panel with navigation information and another data the end user may require (for example, account information).| Name | Description |
|---|---|
| AreGesturesEnabled | Gets or sets whether users can use gestures to open / close the drawer. |
| DrawerBackgroundColor | Gets or sets the color the view uses to paint the Drawer background. |
| DrawerBehavior | Gets or sets how the Drawer behaves on opening / closing. |
| DrawerContent | Gets or sets a view the DrawerView displays as the Drawer content. |
| DrawerContentHeight | Gets or sets the height of the drawer content view. |
| DrawerContentMaxHeight | Gets or sets the maximum height of the the drawer content view. |
| DrawerContentMinHeight | Gets or sets the minimum height of the the drawer content view. |
| DrawerFooterContent | Gets or sets a view the DrawerView displays as the Drawer footer. |
| DrawerFooterHeight | Gets or sets the height of the drawer footer view. |
| DrawerFooterMaxHeight | Gets or sets the maximum height of the the drawer footer view. |
| DrawerFooterMinHeight | Gets or sets the minimum height of the the drawer footer view. |
| DrawerHeaderContent | Gets or sets a view the DrawerView displays as the Drawer header. |
| DrawerHeaderHeight | Gets or sets the height of the drawer header view. |
| DrawerHeaderMaxHeight | Gets or sets the maximum height of the the drawer header view. |
| DrawerHeaderMinHeight | Gets or sets the minimum height of the the drawer header view. |
| DrawerHeight | Gets or sets the height of the Drawer when DrawerPosition is set to Top or Bottom. |
| DrawerMaxHeight | Gets or sets the maximum height of the Drawer when DrawerPosition is set to Top or Bottom. |
| DrawerMaxWidth | Gets or sets the maximum width of the Drawer when DrawerPosition is set to Left or Right. |
| DrawerMinHeight | Gets or sets the minimum height of the Drawer when DrawerPosition is set to Top or Bottom. |
| DrawerMinWidth | Gets or sets the minimum width of the Drawer when DrawerPosition is set to Left or Right. |
| DrawerPosition | Gets or sets the edge out of which the Drawer moves out. |
| DrawerShadowColor | Gets or sets the color the view uses to paint the Drawer shadow. |
| DrawerShadowHeight | Gets or sets the height of the shadow the Drawer casts. |
| DrawerShadowRadius | Gets or sets the blur radius of the shadow the Drawer casts. |
| DrawerWidth | Gets or sets the width of the Drawer when DrawerPosition is set to Left or Right. |
| IsDrawerOpened | Gets or sets whether the Drawer is opened. |
| IsDrawerShadowVisible | Gets or sets whether the Drawer’s shadow is visible. |
| IsScrimEnabled | Gets or sets whether the view shows the Scrim when the Drawer is opened. |
| MainContent | Gets or sets a view the DrawerView displays in the Main Area. |
| ScrimColor | Gets or sets the color the view uses to paint the Scrim. |
See Also