DrawerPage Members
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).Constructors
Name |
---|
DrawerPage() |
Fields
Name | Description |
---|---|
AreGesturesEnabledProperty static | Identifies the AreGesturesEnabled dependency property. |
DrawerBackgroundColorProperty static | Identifies the DrawerBackgroundColor dependency property. |
DrawerBehaviorProperty static | Identifies the DrawerBehavior dependency property. |
DrawerContentHeightProperty static | Identifies the DrawerContentHeight dependency property. |
DrawerContentMaxHeightProperty static | Identifies the DrawerContentMaxHeight dependency property. |
DrawerContentMinHeightProperty static | Identifies the DrawerContentMinHeight dependency property. |
DrawerContentProperty static | Identifies the DrawerContent dependency property. |
DrawerFooterContentProperty static | Identifies the DrawerFooterContent dependency property. |
DrawerFooterHeightProperty static | Identifies the DrawerFooterHeight dependency property. |
DrawerFooterMaxHeightProperty static | Identifies the DrawerFooterMaxHeight dependency property. |
DrawerFooterMinHeightProperty static | Identifies the DrawerFooterMinHeight dependency property. |
DrawerHeaderContentProperty static | Identifies the DrawerHeaderContent dependency property. |
DrawerHeaderHeightProperty static | Identifies the DrawerHeaderHeight dependency property. |
DrawerHeaderMaxHeightProperty static | Identifies the DrawerHeaderMaxHeight dependency property. |
DrawerHeaderMinHeightProperty static | Identifies the DrawerHeaderMinHeight dependency property. |
DrawerHeightProperty static | Identifies the DrawerHeight dependency property. |
DrawerMaxHeightProperty static | Identifies the DrawerMaxHeight dependency property. |
DrawerMaxWidthProperty static | Identifies the DrawerMaxWidth dependency property. |
DrawerMinHeightProperty static | Identifies the DrawerMinHeight dependency property. |
DrawerMinWidthProperty static | Identifies the DrawerMinWidth dependency property. |
DrawerPositionProperty static | Identifies the DrawerPosition dependency property. |
DrawerShadowColorProperty static | Identifies the DrawerShadowColor dependency property. |
DrawerShadowHeightProperty static | Identifies the DrawerShadowHeight dependency property. |
DrawerShadowRadiusProperty static | Identifies the DrawerShadowRadius dependency property. |
DrawerWidthProperty static | Identifies the DrawerWidth dependency property. |
IsDrawerOpenedProperty static | Identifies the IsDrawerOpened dependency property. |
IsDrawerShadowVisibleProperty static | Identifies the IsDrawerShadowVisible dependency property. |
IsScrimEnabledProperty static | Identifies the IsScrimEnabled dependency property. |
MainContentProperty static | Identifies the MainContent dependency property. |
ScrimColorProperty static | Identifies the ScrimColor dependency property. |
Properties
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