DrawerPage Properties
A page that can show / hide a drawer panel with the application’s main navigation menu and information a 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 background color of the drawer. |
| DrawerBehavior | Gets or sets how the drawer behaves on opening / closing. |
| DrawerContent | Gets or sets a view the DrawerPage 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 DrawerPage 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 DrawerPage 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 screen edge to which the drawer is anchored. |
| DrawerShadowColor | Gets or sets the color of 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 casts a shadow. |
| IsScrimEnabled | Gets or sets whether the scrim is shown when the drawer is opened. |
| MainContent | Gets or sets a page that the DrawerPage displays in the content area. |
| ScrimColor | Gets or sets the color the DrawerPage uses to paint the scrim. |
See Also